]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use ap_new_connection in pthread MPM. This required adding an argument
authorManoj Kasichainula <manoj@apache.org>
Fri, 2 Jul 1999 18:22:27 +0000 (18:22 +0000)
committerManoj Kasichainula <manoj@apache.org>
Fri, 2 Jul 1999 18:22:27 +0000 (18:22 +0000)
commit327369045d0f9275b1dc4cf233eaca820a00ca9a
tree39726e775add4ce898c4522014d367574a1a04db
parentd1f9d5dbcfc877e029e0fb232d884135203e2ff6
Use ap_new_connection in pthread MPM. This required adding an argument
to ap_new_connection for now: thread_num.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83422 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
server/connection.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c