I don't think it should use zlib.Unzip, because I feel like it'll allow people to accidentally send the wrong information to your server without realizing, i.e. they send a gzip stream but say it is deflate and this module will accept it. Later when you put a proxy in front, much breaking will ensue.
I don't think it should use
zlib.Unzip
, because I feel like it'll allow people to accidentally send the wrong information to your server without realizing, i.e. they send a gzip stream but say it is deflate and this module will accept it. Later when you put a proxy in front, much breaking will ensue.