open-uri icon indicating copy to clipboard operation
open-uri copied to clipboard

Expose ignore_eof option for Net::HTTP

Open adamzapasnik opened this issue 2 years ago • 0 comments

The other day I discovered an ignore_eof setting that was added to Net::HTTP and Net::HTTPResponse in https://github.com/ruby/net-http/pull/15

Was wondering it makes sense for open-uri to expose setting ignore_eof via options or even setting it to false by default, but that's probably not backwards compatible, so it leaves us only the first solution?

wdyt?

adamzapasnik avatar Jun 20 '23 19:06 adamzapasnik