]> granicus.if.org Git - apache/commit
Move where the CORE_IN filter is added to the server. We used to do this
authorRyan Bloom <rbb@apache.org>
Mon, 2 Oct 2000 19:52:37 +0000 (19:52 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 2 Oct 2000 19:52:37 +0000 (19:52 +0000)
commitba047efee0066c395aed149dc6855e4f3079fd27
treebcff3b4c0b1058698237d3c0eb182d761fa4b315
parente16363afb4b7aefbe4633a26e0b7963a0392a800
Move where the CORE_IN filter is added to the server.  We used to do this
in ap_new_connection, but that is bogus, because then other modules can't
put their own filter in.  Now, we do this in a new pre-connection hook
function.  Later, we will want to add some checking to make sure that this
is really an HTTP request that we are adding the filter for.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86364 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
modules/http/http_core.c
server/connection.c