Jeff Anderson wrote:
Greetings,

I have a mod_perl handler (that is intended to run on a proxy server)
written like so:

package Handler;

sub handler { return -1 }

What is -1 ?
Have you checked that this is a valid return value for a Trans handler ?

Reply via email to