cvs commit: apache-2.0/src/include http_core.h
rbb 00/11/21 16:40:21 Modified:src/main http_protocol.c src/include http_core.h Log: Next pass at the content-length filter. Not perfect quite yet, but getting closer Submitted by: Greg Stein Revision ChangesPath 1.252 +9 -4 apache-2.0/src
cvs commit: apache-2.0/src/include http_core.h
trawick 00/10/18 10:42:44 Modified:src/main http_protocol.c src/include http_core.h Log: 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. Revis