ZF-4561: Infinity loop on Socket Adapter
Description
When I'm trying to connect with jboss (tomcat) server, sending POST params, I have got infinity loop in /Zend/Http/Client/Adapter/Socket.php:298-300. There will be only string(0) "" in response to fread($this->socket, 8192), but never false (on Windows platform, doesn't tested on linux).
Comments
Posted by Adam Kusmierz (raistlin) on 2008-10-11T11:50:42.000+0000
Resolved using code from php.net documentation...
Posted by Shahar Evron (shahar) on 2008-10-20T12:05:05.000+0000
This should be fixed by now.
Can you try with 1.6.2 or with HEAD from SVN ?
Shahar.
Posted by Adam Kusmierz (raistlin) on 2008-10-20T12:20:14.000+0000
I can't test it for now, but I think HEAD version from trunk should work.
Posted by Shahar Evron (shahar) on 2008-10-23T14:17:43.000+0000
Probably the same issue, already fixed
Posted by Shahar Evron (shahar) on 2008-10-23T14:18:36.000+0000
Closing (probably fixed by ZF-4238) Please open a new bug with more reproduction info if problem persists in 1.6.2 / HEAD