]> granicus.if.org Git - apache/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)
commit3eeeb76fb482bae7400eac7a4562fe8475756afd
treec5860377471fc106a22b6b3a0a6661403556106f
parent4f47b255db485f9eb3d278f5f35362201500d226
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]