+1 On 03/31/10 15:07, Torsten Förtsch wrote:
Hi,the patch below simplifies mod_perl.c a bit. Instead of modperl_response_handler_run(r, finish) { do something if( finish ) { modperl_response_finish() } } and calling that function in one place as modperl_response_handler_run(r, TRUE) and in the second place as modperl_response_handler_run(r, TRUE) do something modperl_response_finish() it now looks like modperl_response_handler_run(r) { do something } 1st usage: modperl_response_handler_run(r) modperl_response_finish() 2nd usage: modperl_response_handler_run(r) do something modperl_response_finish() Torsten Förtsch --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
-- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci ([email protected]) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
