PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Request » Bug #1692

disconnect() method is needed

Details

Submitted2004-06-21 13:58 UTC
Fromd-sano at cybozu dot co dot jp
Assignedavb
StatusClosed
PackageHTTP_Request
PHP Version4.3.7
OSWinXP
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.