Project

General

Profile

« Previous | Next » 

Revision 251f5d82

Added by mame (Yusuke Endoh) almost 6 years ago

Revert "lib/net/http/response.rb: support raw deflate correctly"

This reverts commit 5105240b1e851410020b3b3f1a2bead7ffdd4291.

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]