Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: ltbraswell [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.05
Fixed in: (no value)



Subject: new() returns undef
POE::Component::Server::TCP (v1.45) explicitly returns undef on instantiation: # Return undef so nobody can use the POE::Session reference. This # isn't very friendly, but it saves grief later. undef; So there is no way to call the shutdown event in PoCo::Server::HTTP.