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 58adb1636b [ruby/net-http] Update the content-length heading when decoding bodies
Previously, the content-encoding header was removed and the body
was modified, but the content-length header was not modified,
resulting in the content-length header not matching the body
length.

Fixes [Bug #16672]

https://github.com/ruby/net-http/commit/a7cb30124c
2022-04-02 02:49:21 +09:00
..
test_buffered_io.rb
test_http.rb
test_http_request.rb
test_httpheader.rb
test_httpresponse.rb [ruby/net-http] Update the content-length heading when decoding bodies 2022-04-02 02:49:21 +09:00
test_httpresponses.rb
test_https.rb [ruby/net-http] Do not set SNI hostname if connecting to IP address 2022-02-03 05:10:21 +09:00
test_https_proxy.rb
utils.rb