ZF-3547: Allow persistent connections in Zend_Http_Client_Adapter_Socket
Description
Allow Zend_Http_Client_Adapter_Socket to use persistent TCP connections through a configuration option (set to off by default)
Allow Zend_Http_Client_Adapter_Socket to use persistent TCP connections through a configuration option (set to off by default)
Comments
Posted by Shahar Evron (shahar) on 2008-07-01T23:49:02.000+0000
Fixed in rev. 9868 including documentation and unit tests.
\In order to use, the ('persistent' => true) configuration flag must be passed.
Does not break BC.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:35.000+0000
Updating for the 1.6.0 release.