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
Yusuke Endoh 251f5d8226 Revert "lib/net/http/response.rb: support raw deflate correctly"
This reverts commit 5105240b1e.

In RFC 2616:

```
   deflate
        The "zlib" format defined in RFC 1950 [31] in combination with
        the "deflate" compression mechanism described in RFC 1951 [29].
```

So "Content-Encoding: deflate" means zlib format, not raw deflate.

[Bug #11268]
2019-12-16 23:39:10 +09:00
..
test_buffered_io.rb
test_http.rb test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settings 2019-12-10 09:41:33 +09:00
test_http_request.rb
test_httpheader.rb
test_httpresponse.rb Revert "lib/net/http/response.rb: support raw deflate correctly" 2019-12-16 23:39:10 +09:00
test_httpresponses.rb
test_https.rb fix ipaddr parameter of Net::HTTP.start to support proxy 2019-12-10 19:12:21 +09:00
test_https_proxy.rb
utils.rb test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settings 2019-12-10 09:41:33 +09:00