From 9d6588bf00d810b9d19a93495846be15ec64481d Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 20 Jun 2007 19:16:00 +0000 Subject: [PATCH] * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549198 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/output-filters.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/developer/output-filters.html.en b/docs/manual/developer/output-filters.html.en index e887de4fda..5bb855b896 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.

-- 2.50.1