net-http icon indicating copy to clipboard operation
net-http copied to clipboard

Get body of page with HTTP 500

Open forthrin opened this issue 1 year ago • 0 comments

https://www.moviesubtitles.org/search.php?q=test returns HTTP 500.

  • Firefox: Displays the page
  • net-http: Returns no body, and SSL_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?

forthrin avatar Dec 14 '24 07:12 forthrin