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.