https://bz.apache.org/bugzilla/show_bug.cgi?id=59045
--- Comment #4 from Peter Pramberger <[email protected]> --- Unfortunately not - I'm using mock for a clean RPM build environment. And there is another sign: $ grep "ap_hook_pre_read_request" httpd-2.4.12/modules/filters/mod_reqtimeout.c $ grep "ap_hook_pre_read_request" httpd-2.4.17/modules/filters/mod_reqtimeout.c ap_hook_pre_read_request(reqtimeout_before_header, NULL, NULL, $ strings mod_reqtimeout.so | grep "ap_hook_pre_read_request" ap_hook_pre_read_request That issue actually appeared with 2.4.16 first, but due to a number of factors (one of them being that mod_reqtimeout logs these AH01382 only on info level, the second one is having a Java thick client which triggers another bug due to this premature connection close) it took till now to lock it down to mod_reqtimeout. -- 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]
