app-restconsole
app-restconsole copied to clipboard
Application hangs when server errors occur (50X error).
Steps to reproduce:
Create a server that throws some kind of exception (I replicated this using the following command in a *nix box): $python -m SimpleHTTPServer
Then create a request the server cannot handle: POST to http://127.0.0.1:8000/#${/
Issue Experienced:
The app hangs. The hang is incremented as the error message in the server grows. (A 500kb error message hangs my app for 5 seconds).
hmm, thanks, I'll look into it ... wondering if it's something to do with with the response body or the headers ...