[Dancer-users] status code needs to be an integer greater than or equal to 100
P Kishor
punk.kish at gmail.com
Fri Oct 1 04:01:28 CEST 2010
I am getting the following error
"status code needs to be an integer greater than or equal to 100 at
/usr/local/lib/perl5/site_perl/5.12.1/Plack/Middleware/StackTrace.pm
line 27"
I am assuming it is coming from
103: unless ($res->[0] =~ /^\d+$/ && $res->[0] >= 100) {
in Carp::croak at
/usr/local/lib/perl5/site_perl/5.12.1/Plack/Middleware/Lint.pm line
103
Why am I encountering this? Is this a timeout?
--
Puneet Kishor
More information about the Dancer-users
mailing list