]> 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)
commitd35b8d53f02feda157e90af5b5487ba6c6e4458d
tree4c88edf025b70bc2f3aba28769907ed86132d2b7
parent840fcb47ac2d5dd2a1b1a51aee4ed4781b5c91ca
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