mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Update docs in net/http.rb
...to reflect that Net::HTTP.start accepts keep_alive_timeout as an option.
This commit is contained in:
		
							parent
							
								
									4bff8e8423
								
							
						
					
					
						commit
						a16fcb4205
					
				
				
				Notes:
				
					git
				
				2020-06-05 08:46:31 +09:00 
				
			
			
			
		
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue