]> granicus.if.org Git - apache/commit
Win32 bug fix:
authorBill Stoddard <stoddard@apache.org>
Tue, 20 Nov 2001 19:03:21 +0000 (19:03 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 20 Nov 2001 19:03:21 +0000 (19:03 +0000)
commit955af33e6089d8abfeb5abfd6bdd647969c45193
tree4c88edf025b70bc2f3aba28769907ed86132d2b7
parent854cfbc2109ff2893d22aeeb97fe9e5ea7df85f8
Win32 bug fix:
Move call to setsockopt(SO_UPDATE_ACCEPT_CONTEXT) (to cause the accept socket
to inherit the listener attributes) to after a connection has been accepted.
This piece of code prior to this fix was just wrong; not sure why I never
saw warning messages on NT or 2000.

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