Method: Gem::Net::HTTP#ignore_eof
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#ignore_eof ⇒ Object
Sets or returns whether to ignore end-of-file when reading a response body with Content-Length
headers; initially true
.
1474 1475 1476 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1474 def ignore_eof @ignore_eof end |