stas2003/01/28 17:04:34
Modified:.Changes
src/modules/perl modperl_callback.c
Added: t/hooks stacked_handlers.t
t/hooks/TestHooks stacked_handlers.pm
Log:
Stacked handlers chain execution is now aborted when a handler returns
somet
dougm 02/05/22 22:55:35
Modified:src/modules/perl modperl_callback.c
Log:
prevent possible segv with method handlers?
Revision ChangesPath
1.50 +6 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
dougm 02/05/17 18:07:16
Modified:src/modules/perl modperl_callback.c
Log:
don't use the G_METHOD flag with call_sv() for method handlers, since
we lookup the method ourselves.
Revision ChangesPath
1.49 +0 -4 modperl-2.0/src/modules/perl/modperl_callback.c
dougm 01/05/22 15:13:28
Modified:src/modules/perl modperl_callback.c
Log:
bug fix: callbacks that returned DECLINED were changed to OK
Revision ChangesPath
1.42 +2 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===