ruby/test/net/http
Jeremy Evans 4d03140009 [ruby/net-http] Don't invoke response block more than once due to retry
If a socket error occurs while performing a streaming download via
the response block provided to transport_request, avoid calling
the response block again as this would result in duplicate data
received by the client.

Fixes https://github.com/ruby/net-http/pull/86
Fixes https://github.com/ruby/net-http/pull/87

Fixes [Bug #11526]

114d01b092

Co-authored-by: Jeremy Stanley <jeremy@instructure.com>
2024-01-05 16:51:37 +00:00
..
test_buffered_io.rb
test_http.rb [ruby/net-http] Don't invoke response block more than once due to retry 2024-01-05 16:51:37 +00:00
test_http_request.rb Sync test_http_request.rb after fix to net-http 2021-11-15 09:31:44 -08:00
test_httpheader.rb [ruby/net-http] Fix test for Ruby head 2022-11-26 16:06:05 -05:00
test_httpresponse.rb [ruby/net-http] Net::HTTPResponse nil checking 2023-10-05 07:11:52 +00:00
test_httpresponses.rb
test_https.rb Omit test_session_reuse_but_expire if OpenSSL 3.2.0 2023-11-26 01:18:48 +09:00
test_https_proxy.rb [ruby/net-http] Use omit instead of skip for test-unit 2022-01-11 21:45:34 +09:00
utils.rb