]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix problem with lingering_close() on Windows. Issuing read() on the
authorBill Stoddard <stoddard@apache.org>
Sat, 2 Jun 2001 20:34:03 +0000 (20:34 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 2 Jun 2001 20:34:03 +0000 (20:34 +0000)
commit5d719270bd35ec262765356467552bf5e62a3e95
tree6db1ee7fe07e141c4043f923b5df2714b9f01cdb
parentc5773fc024e6ee851ca3593fdd247a200de546bc
Fix problem with lingering_close() on Windows.  Issuing read() on the
socket descriptor on Windows always fails. Should be calling
recv() instead of read() on Windows. Thanks to Bill Rowe (and bounds checker :-)
for pointing this out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89259 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/main/http_main.c