ZF-6083: CLONE -decodeGzip have to use gzuncompress and decodeDeflate hate to use gzinflate
Description
the method Zend_Http_Response::decodeGzip call gzinflate instead of gzuncompress and the method Zend_Http_Response::decodeDeflate call gzuncompress instead of gzinflate
Comments
Posted by Akeem Philbert (kanundrum) on 2009-03-21T17:43:15.000+0000
I did encounter and issue using windows live contacts api. The results is returned with encoding "deflate" and using gzuncompress returns false while gzinflate decompresses it correctly.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-05T04:27:10.000+0000
This issue is duplicate of ZF-2881. Please reopen ZF-2881 if you need.