]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix timeout logging in ap_process_request().
authorYann Ylavic <ylavic@apache.org>
Mon, 12 Mar 2018 15:24:13 +0000 (15:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 12 Mar 2018 15:24:13 +0000 (15:24 +0000)
commitb959689cb5fe25df6801f667422cd87dfc43368c
treea33b01eb6c72707ee1da786d6b02f56b3ee8c8d7
parent9e993df187f38e734b54bae2ce40af9bf9209c8d
Fix timeout logging in ap_process_request().

We can't use 'r' after ap_process_request_after_handler(), the core output
filter might have cleaned up its deferred bucket brigade on error, including
the EOR bucket.

Reported by: steffenal
Fixes SpiderLabs/ModSecurity#1542

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826556 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_request.c