index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
net
/
http
/
test_https.rb
Age
Commit message (
Expand
)
Author
2014-05-30
Close FDs.
akr
2013-11-19
* test/net/http/utils.rb (spawn_server): Specify zero for port to
akr
2012-09-01
Use 0 as port like #6766 [Bug #6959]
naruse
2012-07-26
* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...
shyouhei
2012-07-25
* lib/net/http.rb: Added SSL session reuse across connections for a
drbrain
2012-04-30
* test/net/http/test_https.rb: update test for r35494
ayumin
2012-02-28
* lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Error
drbrain
2012-02-28
* lib/net/http.rb: Retry HTTP requests for additional network errors.
drbrain
2011-08-01
* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...
shyouhei
2011-02-19
Fix tests.
naruse
2011-01-12
* lib/net/http.rb (Net::HTTP#connect): makes it timeout during
yugui
2010-09-27
* test/net/http/test_https.rb: As always, localhost is not
shyouhei
2010-09-09
* test/net/http/test_https.rb (test_identity_verify_failure): follows
nahi
2007-12-23
* test/net/http/test_https.rb: should rescue LoadError.
gotoyuzo
2007-12-22
* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.
gotoyuzo
2007-12-20
* lib/net/http.rb (Net::HTTP#connect): use
gotoyuzo