]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Finally, back working on the MPM... Eliminate DOS hole. I can see no easy way
authorBill Stoddard <stoddard@apache.org>
Tue, 1 Feb 2000 00:34:05 +0000 (00:34 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 1 Feb 2000 00:34:05 +0000 (00:34 +0000)
commit3956182185977e4181b3ba098de795e2e3502574
tree543e00cbae0cfbca20700056b27030bc82328795
parent240ecfae8d16ec966a83a0fcca3a439ccd386651
Finally, back working on the MPM... Eliminate DOS hole. I can see no easy way
to time out AcceptEx (a.k.a., accept_and_receive) when a connection is received
but no data is sent. So, make AcceptEx just do an accept and leave the receive
to the other Apache code.

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