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
Jeremy Evans 2b6a9f3a1f Ignore Errno::EPIPE when sending requests in net/http
An EPIPE when sending the request should be ignored.  Even if you
cannot write more data, you may still be able to read the server's
response.

Fixes [Bug #14466]
2019-09-27 07:43:32 -07:00
..
test_buffered_io.rb
test_http.rb Ignore Errno::EPIPE when sending requests in net/http 2019-09-27 07:43:32 -07:00
test_http_request.rb Adding missing test for Net::HTTPGenericRequest initializer (#1835) 2019-08-16 01:38:46 +09:00
test_httpheader.rb
test_httpresponse.rb
test_httpresponses.rb
test_https.rb
test_https_proxy.rb
utils.rb