Method: HTTPClient::Session#tcp_keepalive
- Defined in:
- lib/httpclient/session.rb
permalink #tcp_keepalive ⇒ Object
Boolean value to send TCP keepalive packets; no timing settings exist at present
445 446 447 |
# File 'lib/httpclient/session.rb', line 445 def tcp_keepalive @tcp_keepalive end |