You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/05/01 23:15:03 UTC

DO NOT REPLY [Bug 51103] mod_reqtimeout does not drop connection and return 408

https://issues.apache.org/bugzilla/show_bug.cgi?id=51103

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|mod_reqtimeout              |Core
            Version|2.2.17                      |2.3-HEAD

--- Comment #8 from Stefan Fritsch <sf...@sfritsch.de> 2011-05-01 21:15:03 UTC ---
Thanks for the additional dump. This is definitely a bug in httpd, but I am not
sure yet how to fix it.

The problem is that ap_finalize_request_protocol() ignores errors returned by
ap_discard_request_body(). But simply calling ap_die() inside
ap_finalize_request_protocol() causes various test failures.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org