mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/net/http: Do not handle Content-Encoding when the user sets
Accept-Encoding. This allows users to handle Content-Encoding for themselves. This restores backwards-compatibility with Ruby 1.x. * lib/net/http/generic_request.rb: ditto. * lib/net/http/response.rb: ditto * test/net/http/test_http.rb: Test for the above. * test/net/http/test_http_request.rb: ditto. * test/net/http/test_httpresponse.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f58d398075
commit
8c5a6fb684
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Thu Feb 14 10:05:57 2013 Eric Hodel <drbrain@segment7.net>
|
||||||
* lib/net/http: Do not handle Content-Encoding when the user sets
|
* lib/net/http: Do not handle Content-Encoding when the user sets
|
||||||
Accept-Encoding. This allows users to handle Content-Encoding for
|
Accept-Encoding. This allows users to handle Content-Encoding for
|
||||||
themselves. This restores backwards-compatibility with Ruby 1.x.
|
themselves. This restores backwards-compatibility with Ruby 1.x.
|
||||||
|
[ruby-trunk - Bug #7831]
|
||||||
* lib/net/http/generic_request.rb: ditto.
|
* lib/net/http/generic_request.rb: ditto.
|
||||||
* lib/net/http/response.rb: ditto
|
* lib/net/http/response.rb: ditto
|
||||||
* test/net/http/test_http.rb: Test for the above.
|
* test/net/http/test_http.rb: Test for the above.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue