]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Input filters and ap_get_brigade() now have a input mode parameter
authorJeff Trawick <trawick@apache.org>
Sat, 21 Oct 2000 13:20:36 +0000 (13:20 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 21 Oct 2000 13:20:36 +0000 (13:20 +0000)
commit182d6abc2f65964001576c1e54154f69621587f5
tree07cfa2569a26e2715f4bf083fd0662ac603937af
parent22d21f09584cf502fe4a9a98c19ae2b1c2d5ebdd
Input filters and ap_get_brigade() now have a input mode parameter
(blocking, non-blocking, peek) instead of a length parameter.

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