]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move more code from the http module into the core server. This
authorRyan Bloom <rbb@apache.org>
Sun, 4 Mar 2001 06:27:27 +0000 (06:27 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 4 Mar 2001 06:27:27 +0000 (06:27 +0000)
commitca8088ad1e5634b34a5ac68565fcaee6e8538c78
treec5860377471fc106a22b6b3a0a6661403556106f
parent9492f7792b53ab3b832a927f420893f901d075bf
Move more code from the http module into the core server.  This
is core code, basically the default handler, the default input
and output filters, and all of the core configuration directives.
All of this code is required in order for the server to work, with or
without HTTP.  The server is closer to working without the HTTP
module, although there is still more to do.

I tried to fix Windows, but somebody should probably make sure I did
it correctly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88449 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
build/build-modules-c.awk
include/http_connection.h
libhttpd.dsp
modules/http/config.m4
modules/http/http_core.c
server/Makefile.in
server/connection.c
server/core.c [new file with mode: 0644]