Method: Gem::Net::HTTP#close_on_empty_response
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#close_on_empty_response ⇒ Object
Sets or returns whether to close the connection when the response is empty; initially false
.
1498 1499 1500 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1498 def close_on_empty_response @close_on_empty_response end |