]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
input filtering changes:
authorJeff Trawick <trawick@apache.org>
Mon, 16 Oct 2000 19:11:53 +0000 (19:11 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 16 Oct 2000 19:11:53 +0000 (19:11 +0000)
commiteb7793f8713b6526ade71419ec0f9cc5fe083c4f
treec3101d6275d6b860d8eabae74c56245b11b0d623
parentc06c057a8de442f3a4ce8de6261e4acd0b6d82b1
input filtering changes:
  get dechunking working
  verify that infrastructure for input filters works
    (use existing AddInputFilter directive)

Unlike with my previous patch, ap_get_client_block() saves state between
calls in the core's per-request dir config.

Unlike with my previous patch, HTTP_IN keeps a count of remaining bytes
in the conn_rec.  Code that needs to prod it to deliver a certain amount
of request body plays with conn_rec->remain directly.

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