Commit 8677ced9 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

In order to prevent some errant library code from setting an alarm

on one request and having it affect some later connection, force the
alarm to be cleared before each connection even if Apache's own
timeouts are being handled by the parent.  This doesn't help for multiple
requests on the same connection, but it is extremely unlikely that a
request stream would persist longer than a non-Apache errant timeout,
and this limits the problem to a single user without impacting performance.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82583 13f79535-47bb-0310-9956-ffa450edef68
parent 289b7d2d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment