From a16fcb420549ae45f7e29a923d2230b0980071f3 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Thu, 4 Jun 2020 16:25:20 +0100 Subject: [PATCH] Update docs in net/http.rb ...to reflect that Net::HTTP.start accepts keep_alive_timeout as an option. --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index ce251b41de..fe237dcf66 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -585,7 +585,7 @@ module Net #:nodoc: # _opt_ :: optional hash # # _opt_ sets following values by its accessor. - # The keys are ipaddr, ca_file, ca_path, cert, cert_store, ciphers, + # The keys are ipaddr, ca_file, ca_path, cert, cert_store, ciphers, keep_alive_timeout, # close_on_empty_response, key, open_timeout, read_timeout, write_timeout, ssl_timeout, # ssl_version, use_ssl, verify_callback, verify_depth and verify_mode. # If you set :use_ssl as true, you can use https and default value of