From 5dbe7f55a1412f6e8713d7dc0f2d41ddc72f1d63 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 20 Jun 2007 15:32:28 +0000 Subject: [PATCH] * 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 --- docs/manual/developer/output-filters.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/developer/output-filters.xml b/docs/manual/developer/output-filters.xml index 3159677f94..046ef99022 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.

-- 2.50.1