1 Oct
2010
1 Oct
'10
2:01 a.m.
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