]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Refactor the input buffer filter to use a context as the output buffer
authorGraham Leggett <minfrin@apache.org>
Sun, 16 Nov 2008 19:22:41 +0000 (19:22 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 16 Nov 2008 19:22:41 +0000 (19:22 +0000)
commitc79192b88901bbe9647e198ded975b88adc93226
tree2fb2455922a52cf9f9598538b26ff07b00d069d9
parent96098a029dcd4a8ebda1212ab6c7f36f297c2a2c
Refactor the input buffer filter to use a context as the output buffer
filter does. Ensure that the filter properly handles the non blocking
case, both when a downstream filter returns EAGAIN, or if a filter
returns APR_SUCCESS and an empty brigade.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718082 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_buffer.c