]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_get_client_block() now uses a brigade in core_request_config
authorJeff Trawick <trawick@apache.org>
Wed, 18 Oct 2000 17:42:44 +0000 (17:42 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 18 Oct 2000 17:42:44 +0000 (17:42 +0000)
commit7eecd8064ec5d340bc6a9193a812ea40f3c6a5e8
treead7135fe754385042a4434ca81ed8d3dfce46acf
parent29c802e7d84a9cbf098c3257108c37905d4144df
ap_get_client_block() now uses a brigade in core_request_config
instead of a brigade in core_dir_conf.  For now, getline() and
ap_get_client_block() share a brigade.

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