1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net/http
nahi b219a56c07 * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
server returning '100 continue' response befor sending HTTP request
  body. See NEWS for more detail. See #3622.
  Original patch is made by Eric Hodel <drbrain@segment7.net>.

* test/net/http/test_http.rb: test it.

* NEWS: Add new feature.

On my env (Ubuntu 11.04 64bit),
9510 tests, 2203824 assertions, 0 failures, 0 errors, 29 skips
->
9514 tests, 2203836 assertions, 0 failures, 0 errors, 29 skips


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-31 08:10:42 +00:00
..
test_buffered_io.rb * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to the 2011-01-06 00:24:45 +00:00
test_http.rb * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait 2011-05-31 08:10:42 +00:00
test_httpheader.rb
test_httpresponse.rb
test_https.rb Fix tests. 2011-02-19 12:43:27 +00:00
test_https_proxy.rb
utils.rb * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check. 2011-05-28 17:17:36 +00:00