app-restconsole icon indicating copy to clipboard operation
app-restconsole copied to clipboard

Application hangs when server errors occur (50X error).

Open elg0nz opened this issue 13 years ago • 1 comments

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).

elg0nz avatar Nov 22 '11 20:11 elg0nz

hmm, thanks, I'll look into it ... wondering if it's something to do with with the response body or the headers ...

ahmadnassri avatar Nov 23 '11 17:11 ahmadnassri