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
parent
29c717d5
Please register or sign in to comment