]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: shorten the wait time in ap_lingering_close() if the
authorStefan Fritsch <sf@apache.org>
Mon, 15 Mar 2010 20:22:09 +0000 (20:22 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 15 Mar 2010 20:22:09 +0000 (20:22 +0000)
commit2f462c57549ed4df420e8b424bc1b703e47ca880
tree44f298d397489464ecda2f46f72d8ae108b95b83
parenta4d40096dd0cf000c0b59fdf7fb9ceff59b6d50c
core: shorten the wait time in ap_lingering_close() if the
"short-lingering-close" connection note is set.

mod_reqtimeout: Instead of setting c->aborted, use the "short-lingering-close"
connection note to shut down the connection quickly while still giving the
client a chance to receive the error message.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923418 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_reqtimeout.c
server/connection.c