]> granicus.if.org Git - apache/commit
Add a context parameter to ap_accept() for the connection socket to be
authorBrian Havard <bjh@apache.org>
Sun, 24 Oct 1999 13:08:30 +0000 (13:08 +0000)
committerBrian Havard <bjh@apache.org>
Sun, 24 Oct 1999 13:08:30 +0000 (13:08 +0000)
commitdf37d04f0436f2234162d8885027522fe1ca62e7
treef953008d5624d8dc8d38e9f132cca5659f8599b9
parent5b14910b2d0c73d219b6a9b1edcb754f66c3a0d5
Add a context parameter to ap_accept() for the connection socket to be
allocated from. This is needed because the lifetime of a connection is
ususally much shorter than that of the listen socket. Only tested on
OS/2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84031 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c