Home » HTTP » HTTP_Request » Bug #1692
disconnect() method is needed
Details
| Submitted | 2004-06-21 13:58 UTC |
|---|---|
| From | d-sano at cybozu dot co dot jp |
| Assigned | avb |
| Status | Closed |
| Package | HTTP_Request |
| PHP Version | 4.3.7 |
| OS | WinXP |
| Roadmaps | (Not assigned) |
Comments
[2004-06-21 13:58 UTC] d-sano at cybozu dot co dot jp
Description:
------------
This class has no method for closing connection.
I think that new disconnect() method is needed.
Or, if Connection:KeepAlive will not be support, simply sendRequest() method may close socket.