]> granicus.if.org Git - apache/commit
Move 100 - Continue support to the HTTP_IN filter so that filters
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 16 Apr 2002 05:50:37 +0000 (05:50 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 16 Apr 2002 05:50:37 +0000 (05:50 +0000)
commit1aa37942fc8209d27d4f93eca8caaa9731aebfd5
tree0cbc8117ec619c72ac1d3790ee141dbe0ee0f95b
parentdb28bf04cbc3fa6ce599dce3868c2044af05d516
Move 100 - Continue support to the HTTP_IN filter so that filters
are guaranteed to support 100 - Continue logic without any
intervention.

This requires some reshuffling of the code in http_protocol.c so
that some static declarations are available early enough in the
code so that ap_http_filter can access them.

Note that we can not read the chunk until after (possibly) sending the
100.

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