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.