]> granicus.if.org Git - apache/commit
Fix timeout logging in ap_process_request().
authorYann Ylavic <ylavic@apache.org>
Mon, 12 Mar 2018 12:24:27 +0000 (12:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 12 Mar 2018 12:24:27 +0000 (12:24 +0000)
commit9627882d3b88910f7041a7cdc089349dc4b193c9
tree833d8dc4f9a63b0ee087918ae0b25314f62a4a45
parentb6f86d651e05b6716b7edf3bca3767371cba7292
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

[Reverted by r1826555]

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