#6060: Http_socket does not handle persistent connections properly
-----------------------------------------------------------+----------------
Reporter: tcossairt | Type:
Bug
Status: new | Priority:
Medium
Milestone: 1.2.x.x | Component:
General
Version: 1.2 Final | Severity:
Major
Keywords: http socket http_socket keep alive timeout | Php_version:
PHP 5
Cake_version: |
-----------------------------------------------------------+----------------
Using HttpSocket: When doing an Http->get() on a server supporting
persistent connections (e.g. Apache), CakeSocket will block in the
feof/fread loop until the server's keep-alive timeout hits. e.g. If you
set Apache's KeepAliveTimeout to 60 and call Http->Get call on that server
with keep-alive on, Cake will hang for an entire minute before continuing.
Instead, Cake should be reading the HTTP header and retrieving the
Content-Length of the message. Once that content-length of data has been
read, it should then continue. (PEAR's HTTP\Request handles it
correctly.)
--
Ticket URL: <https://trac.cakephp.org/ticket/6060>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---