ZF-4393: Zend_Http_Client_Adapter_Socket incorrectly assumes that if the connection HTTP header is set to close the content will not have a chunked transfer encoding
Description
The Zend_Http_Client_Adapter_Socket incorrectly assumes that if the HTTP header connection: close is set, that there will not be chunked transfer encoding.
Comments
Posted by Shahar Evron (shahar) on 2008-10-11T03:13:15.000+0000
Should be fixed now by changeset 11862
Posted by Alexander Veremyev (alexander) on 2008-10-11T13:06:33.000+0000
Fixed for ZF 1.6.2 and 1.7 Preview Release
Posted by Alexander Veremyev (alexander) on 2008-10-12T03:16:52.000+0000
Is probably [ZF-4238] and [ZF-4560] related
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:03.000+0000
Changing issues in preparation for the 1.7.0 release.