]> granicus.if.org Git - apache/commit
Remove the lameo create_req hack and delay the addition of the HTTP_IN
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 29 Sep 2001 08:48:59 +0000 (08:48 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 29 Sep 2001 08:48:59 +0000 (08:48 +0000)
commit66ee5533d3056e0b95724e9693db6d0844b3a08b
treeb12e665264b297ea4e16b3b5c53aa742208115ed
parent6c7a7c36b292a4f8dbc7cbfc7d5cc7719e2190c2
Remove the lameo create_req hack and delay the addition of the HTTP_IN
filter until after we have read the headers.  This eliminates the status
hack that was in http_protocol.c and makes it all around better.

server/protocol.c now directly adds HTTP_IN filter - should we create a
specific hook for this?  (Could we do this as a post_read_request hook?)
I'm not terribly sure, but let's move it down to the lowest possible
place in ap_read_request.  We can change this detail later as we see fit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91192 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c
modules/http/http_protocol.c
server/protocol.c