On Fri, Dec 10, 2004 at 02:04:40PM -0800, Mathieu Longtin wrote:
> I just noticed that POE::Component::Client::HTTP does not
> release socket after HTTPS requests.
> 
> Anybody encountered that before? 
> 
> I'm attaching a simple test. You can see the open sockets
> accumulate by looking at /proc/xxx/fd as the script runs.
> Towards the end, there are ten open sockets. This doesn't
> happen when running non encrypted request (HTTP).
> 
> I tried to do a TRACE_DESTROY on it, but that showed
> nothing special.
> 
> Does anyone have an idea where to look to fix this?

If you turn it into a Test::More style test, I'll add it to
Client::HTTP's tests.  That'll fairly ensure that the problem gets
fixed before the next release.

-- 
Rocco Caputo - http://poe.perl.org/

Reply via email to