https://issues.apache.org/bugzilla/show_bug.cgi?id=56216
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #9 from Eric Covener <[email protected]> --- This seems to be a basic difference between event and worker, worker loops over requests in its 1 call to ap_hook_process_connection() whereas event pulls one off and returns afterwards as the MPM drives ap_run_process_connection() over and over. Very few consumers in-tree of ap_hook_process_connection. Seems a bit odd. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
