mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
![]() 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]
|
||
---|---|---|
.. | ||
test_buffered_io.rb | ||
test_http.rb | ||
test_http_request.rb | ||
test_httpheader.rb | ||
test_httpresponse.rb | ||
test_httpresponses.rb | ||
test_https.rb | ||
test_https_proxy.rb | ||
utils.rb |