I've just been playing with the all the different hooks, just to see how
it all hangs together.
eg
sub hook_connect {
my $self = shift;
$self->log( LOGDEBUG, '*****CONNECT' );
return DECLINED;
}
I am unable to get the connect, pre_request or body_data hooks to
fire. They are similar to the above, (perhaps with OK instead of
declined) or just a straight forward die.
I also notice that response sent goes via my code, but when I use
the browser back button, "Response sent" is on the console, but
nothing from my hook.
Anyone any ideas?
John
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]