]> granicus.if.org Git - apache/commit
Combine the calls to add the core_filter to one place. Basically, it is
authorRyan Bloom <rbb@apache.org>
Sat, 23 Sep 2000 18:39:30 +0000 (18:39 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 23 Sep 2000 18:39:30 +0000 (18:39 +0000)
commitd1a8073aa815be76fba5e045eb5a37e2797cb228
treeca4dc7155412db9ffde1c7308f6602de7e7a9008
parent137b9009a09bd394d134762598c2c9a5c98e5572
Combine the calls to add the core_filter to one place.  Basically, it is
safe to add the core_filter during the post_read_request, and it means
that we only have to add the filter once in the code.  This should make
it easier to add an SSL module in the future.

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