]> granicus.if.org Git - apache/commit
Remove IOLs from Apache. They are no longer necessary, now that we have
authorRyan Bloom <rbb@apache.org>
Wed, 23 Aug 2000 00:01:58 +0000 (00:01 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 23 Aug 2000 00:01:58 +0000 (00:01 +0000)
commitae7cca1bd90d848638b7c850c20f1f151f64064b
tree1c11a60d878e12feec004c1d43e442b9c2cd6a3d
parent87f6dead16c41594c19df0861b61e10fff623b9a
Remove IOLs from Apache.  They are no longer necessary, now that we have
filtering beginning to work.  There is a hack that has been repeated
through this patch, we morph a pipe into a socket, and put the socket
into the BUFF.  Everytime we do that, we are working with a pipe from
a CGI, and we should be creating a pipe bucket and passing that bucket
back.  Because we don't actually have pipe buckets yet, we are using this
hack.  When we get pipe buckets, this will be fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86136 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
include/ap_mpm.h
modules/filters/mod_include.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/metadata/mod_mime_magic.c
modules/proxy/proxy_connect.c
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
server/Makefile.in
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
server/mpm/winnt/mpm_winnt.c