outmoded / tv

Interactive debug console
Other
186 stars 41 forks source link

TV throughs an error if the `responseCode` is `null` #132

Open kostkobv opened 8 years ago

kostkobv commented 8 years ago

Hi!

I'm using hapi as the reverse proxy server between SPA and old legacy API. Sometimes there are cancelled requests which are provocating a different behavior in hapi that is not predicted by tv. (an issue itself described here: https://github.com/hapijs/hapi/issues/2344). So I'm facing the problem with TV that it's through an error that responceCode is null and after that, because of the tv, the whole hapi server crashes.

Any fixes? :)