]> granicus.if.org Git - apache/commit
This begins to remove BUFF from the server. The idea is to go very slowly
authorRyan Bloom <rbb@apache.org>
Wed, 18 Oct 2000 19:12:16 +0000 (19:12 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Oct 2000 19:12:16 +0000 (19:12 +0000)
commitd85bbfb84764c9a9ef809c5280310dcd2bfe01f6
treeb9f03c59a777c3dbf162db0759889fa5eabadd9d
parent1af6430ebfe696bbbe6d1fd9fe8fab2f900ade25
This begins to remove BUFF from the server.  The idea is to go very slowly
with this.  To begin with, we store both the socket and the BUFF in the
conn_rec.  Functions are free to use which ever they want, in the end all
of the data goes to the same place.  This modifies all of the MPMs except
Windows.  All of the Unix MPMs are working, but the others need to be
tested.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86651 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
include/httpd.h
server/connection.c
server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c