]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move the socket info initialization into the winnt_accept() loop (this more closely
authorBill Stoddard <stoddard@apache.org>
Wed, 10 Apr 2002 14:52:38 +0000 (14:52 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 10 Apr 2002 14:52:38 +0000 (14:52 +0000)
commitf6d114cfda3d5ecd29a7505a0d2fbe0faa814ada
tree0cb2342868eb43204814e75891a2793eb5832f79
parentec72dfe966c07591c3aecb9301d81738ca55ef30
Move the socket info initialization into the winnt_accept() loop (this more closely
follows Apaches socket abstraction design principles).  Made similar change to
Win9x code to keep that OS working. Reuse the ptrans pool across transactions.

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