Thu Apr 25 11:28:47 2013olivier.duclos [...] gmail.com - Ticket created
Subject:
Crash in case of internal error
Date:
Thu, 25 Apr 2013 17:28:37 +0200
To:
bug-POEx-HTTP-Server [...] rt.cpan.org
From:
Olivier Duclos <olivier.duclos [...] gmail.com>
Hi,
Using POEx::HTTP::Server 0.0901 with perl 5.14.2 :
When trying to send an HTTP error 500 to the client, the server crashes
with the following error :
Undefined subroutine &HTTP::Status::RC_INTERNAL_ERROR called at
/usr/local/share/perl/5.14.2/POEx/HTTP/Server.pm line 338.
The right RC_ constant to use is RC_INTERNAL_SERVER_ERROR.