1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/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
..
backward.rb [ruby/net-http] Warn deprecated old constants 2021-11-04 20:51:51 +09:00
exceptions.rb [ruby/net-http] [DOC] Get rid of a RDoc bug 2022-05-23 18:23:22 +09:00
generic_request.rb [ruby/net-http] Send Accept-Encoding header on HEAD method 2021-11-11 17:34:00 +09:00
header.rb [ruby/net-http] Make Net::HTTPHeader#content_range return nil on non-byte units 2022-06-16 23:35:27 +09:00
net-http.gemspec Removed dependency of net-protocol. There is no plan to remove from stdlib 2022-02-21 17:10:56 +09:00
proxy_delta.rb
request.rb
requests.rb
response.rb [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse 2022-04-20 10:22:06 +09:00
responses.rb [ruby/net-http] [DOC] Get rid of a RDoc bug 2022-05-23 18:23:22 +09:00
status.rb