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
naruse d249be6233 * lib/net/http.rb (connect): detect closed connection and reconnect
If the server closes a keep-alive http connection, the client socket
  reaches EOF. To avoid an EOFError, detect the closed connection and
  reconnect.
  Added test to ensure HTTP#post succeeds even if the
  keep-alive-connection has been closed by the server.
  by Kristian Hanekamp <kris.hanekamp@gmail.com>
  https://github.com/ruby/ruby/pull/1089 fix GH-1089

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-27 14:07:35 +00:00
..
test_buffered_io.rb
test_http.rb * lib/net/http.rb (connect): detect closed connection and reconnect 2015-11-27 14:07:35 +00:00
test_http_request.rb
test_httpheader.rb * lib/net/http/header.rb: pass header names as symbols. 2015-02-08 11:09:44 +00:00
test_httpresponse.rb * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish): 2015-08-01 08:23:32 +00:00
test_httpresponses.rb
test_https.rb test_https.rb: skip old OpenSSL 2014-12-13 07:08:18 +00:00
test_https_proxy.rb * test/net/http/test_https_proxy.rb: Use assert_join_threads. 2014-11-11 13:08:01 +00:00
utils.rb * test/webrick: Store log in an array. 2014-11-09 11:51:06 +00:00