From: Ruediger Pluem Date: Wed, 20 Jun 2007 19:16:00 +0000 (+0000) Subject: * Update transformation X-Git-Tag: 2.3.0~1763 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d6588bf00d810b9d19a93495846be15ec64481d;p=thirdparty%2Fapache%2Fhttpd.git * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549198 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/output-filters.html.en b/docs/manual/developer/output-filters.html.en index e887de4fda8..5bb855b8960 100644 --- a/docs/manual/developer/output-filters.html.en +++ b/docs/manual/developer/output-filters.html.en @@ -400,7 +400,7 @@ apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
with APR_EAGAIN, then send a FLUSH bucket down the filter chain, and retry using a blocking read.

-

This mode of operation ensure that any filters further down the +

This mode of operation ensures that any filters further down the filter chain will flush any buffered buckets if a slow content source is being used.