Skip Menu |

This queue is for tickets about the POE-Component-Client-HTTP CPAN distribution.

Report information
The Basics
Id: 20452
Status: resolved
Priority: 0/
Queue: POE-Component-Client-HTTP

People
Owner: RCAPUTO [...] cpan.org
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.76
Fixed in: (no value)



Subject: confustion in code between is_shutdown and is_shut_down
The code appears to be setting one value on shutdown, but checking another to test if it is shutdown: tony@develop-help:~$ perldoc -m POE::Component::Client::HTTP | grep is_shut is_shutdown => 0, if ($heap->{is_shutdown}) { $heap->{is_shut_down} = 1; I suspect this could cause problems with doing a shutdown with incomplete requests.
Fix committed as revision 272. Thanks for reporting it.