]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Experimental patch that may mitigate (but not eliminate) the errors in
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Apr 2002 16:39:12 +0000 (16:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Apr 2002 16:39:12 +0000 (16:39 +0000)
commitad6c2e9137ba53a0c5248b7e30c15c5843e473f8
treeb55bed089dc3db66a0d3c2b9531bb07587782ac5
parent91c1380c0c0b239d07a7355c1ee3d78122f638d7
  Experimental patch that may mitigate (but not eliminate) the errors in
  [crit] (32538)An operation was attempted on something that is not a socket.
       : Parent: WSADuplicateSocket failed for socket ...
  if the particular stacks' bug is that it won't associate a handle as a
  socket if that handle was duped with DuplicateHandle().  Other bugs with
  unimplemented WSADuplicateSocket are not addressed by this patch.

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