]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* server/connection.c (ap_lingering_close): Fix lingering close to
authorJoe Orton <jorton@apache.org>
Sun, 25 Sep 2005 18:00:43 +0000 (18:00 +0000)
committerJoe Orton <jorton@apache.org>
Sun, 25 Sep 2005 18:00:43 +0000 (18:00 +0000)
commit18c24c857dcc7bb54bde154f4711530299c162f4
tree378718f07d6699efe598e7832281ed2bbed0c698
parentd759ba71fb4ee91164b8cbb3cdad89afd78aace8
* server/connection.c (ap_lingering_close): Fix lingering close to
really match the 1.3 behaviour: read from the client for up to ~30
seconds in total.  Current behaviour will attempt only 15 read() calls
then give up.

PR: 35292

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