From: Joe Orton Date: Wed, 20 Jun 2007 15:32:28 +0000 (+0000) Subject: * docs/manual/developer/output-filters.xml: Fix grammar. X-Git-Tag: 2.3.0~1765 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dbe7f55a1412f6e8713d7dc0f2d41ddc72f1d63;p=thirdparty%2Fapache%2Fhttpd.git * docs/manual/developer/output-filters.xml: Fix grammar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549138 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/output-filters.xml b/docs/manual/developer/output-filters.xml index 3159677f944..046ef990225 100644 --- a/docs/manual/developer/output-filters.xml +++ b/docs/manual/developer/output-filters.xml @@ -399,7 +399,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.