net-http
net-http copied to clipboard
Get body of page with HTTP 500
https://www.moviesubtitles.org/search.php?q=test returns HTTP 500.
- Firefox: Displays the page
net-http: Returns no body, andSSL_read: unexpected eof while reading (OpenSSL::SSL::SSLError)
Adding http.ignore_eof = true does not mitigate the situation.
How does one call net-http so that the body is returned?
Or is this a bug/edge case that prompts dev changes to the library?