]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Plug AllowTrace extended|on|off into proxy and http core.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 1 Jul 2005 19:59:59 +0000 (19:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 1 Jul 2005 19:59:59 +0000 (19:59 +0000)
commitd90cbe8650a35057be3b3645f6c65d4fd08e3b08
tree9798ec38081693dbd00ae4171f3150abb3bde6cf
parent025c799a796a35567dd30837b6899257fee608ee
  Plug AllowTrace extended|on|off into proxy and http core.

  It still is not 'correct' until REQUEST_CHUNKED_PASS is reimplemented
  and passes some chunk headers, since we aren't echoing the entire
  request.  But it gets me further on testing 1.3 -> 2.0 -> 2.1 -> 2.0 -> 1.3
  proxy behaviors.

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