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
Shishir Joshi c310691dd8 [ruby/net-http] Make Net::HTTPHeader#content_range return nil on non-byte units
* Returning nil from the `content_range` method instead of raising an
  error when the unit in the content-range header is not "bytes".

Fix https://bugs.ruby-lang.org/issues/11450

https://github.com/ruby/net-http/commit/0b5030dd86

Co-Authored-By: Nobuyoshi Nakada <nobu@ruby-lang.org>
2022-06-16 23:35:27 +09:00
..
test_buffered_io.rb
test_http.rb [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse 2022-04-20 10:22:06 +09: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] Make Net::HTTPHeader#content_range return nil on non-byte units 2022-06-16 23:35:27 +09:00
test_httpresponse.rb [ruby/net-http] Update the content-length heading when decoding bodies 2022-04-14 00:11:26 +09:00
test_httpresponses.rb
test_https.rb [ruby/net-http] Feature detect to make net/http usable with JRuby 2022-04-20 13:01:08 +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