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
/
utils.rb
Age
Commit message (
Expand
)
Author
2016-01-05
leakchecker.rb: remove temporary measure
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-09
* test/webrick: Store log in an array.
akr
2014-11-09
* test/net/http: Examine webrick log.
akr
2014-11-08
* test/net/http/utils.rb: Don't connect to spawned server
akr
2014-05-31
Join threads.
akr
2014-05-30
* lib/webrick/server.rb: Use a pipe to detect server shutdown.
akr
2013-11-19
* test/net/http/utils.rb (spawn_server): Specify zero for port to
akr
2012-09-01
* lib/webrick/ssl.rb (WEBrick::Config::SSL): add new key
naruse
2012-07-21
Use 0 for webrick's port and get the actual port. [Bug #6766]
naruse
2012-01-20
* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotent
naruse
2011-06-21
* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of
nahi
2011-05-28
* test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.
kosaki
2010-06-01
* lib/net/http.rb: adding support to rfc5789 patch verb.
naruse
2010-05-03
* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip the
mame
2008-06-29
* test/net/http/test_http.rb (_test_request__file): specify encoding
mame
2007-12-20
* lib/net/http.rb (Net::HTTP#connect): use
gotoyuzo
2007-12-18
* test/net/http/utils.rb: split TestNetHTTPUtils module from
gotoyuzo