-
- Downloads
get-with-headers: don't block indefinitely if the server had an internal error
If the server had an internal error and returned 500, there's nothing to read, so "response.read()" blocks indefinitely. Only output the response if there's really a response.
Please register or sign in to comment