On 03/12/2016 01:43 AM, [email protected] wrote: > Author: minfrin > Date: Sat Mar 12 00:43:58 2016 > New Revision: 1734656 > > URL: http://svn.apache.org/viewvc?rev=1734656&view=rev > Log: > core: Extend support for setting aside data from the network input filter > to any connection or request input filter. > > Modified: > httpd/httpd/trunk/CHANGES > httpd/httpd/trunk/include/ap_mmn.h > httpd/httpd/trunk/include/httpd.h > httpd/httpd/trunk/include/mpm_common.h > httpd/httpd/trunk/include/util_filter.h > httpd/httpd/trunk/modules/http/http_core.c > httpd/httpd/trunk/modules/http/http_request.c > httpd/httpd/trunk/server/core.c > httpd/httpd/trunk/server/core_filters.c > httpd/httpd/trunk/server/mpm/event/event.c > httpd/httpd/trunk/server/mpm/motorz/motorz.c > httpd/httpd/trunk/server/mpm/simple/simple_io.c > httpd/httpd/trunk/server/mpm_common.c > httpd/httpd/trunk/server/util_filter.c >
This seems to cause frequent (no always) failures with test 8 of t/ssl/proxy.t. The request times out with a 504 status. So it looks like the "backend" in this request does not respond. Used MPM is Event, OS CentOS 6 64 Bit. Without further investigating my closeset guess would be that the changes to checkpipeline cause this. Regards RĂ¼diger
