From cvs-return-65398-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Thu May 9 20:07:15 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id CE569180649 for ; Thu, 9 May 2019 22:07:14 +0200 (CEST) Received: (qmail 73619 invoked by uid 500); 9 May 2019 20:07:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 73609 invoked by uid 99); 9 May 2019 20:07:14 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 May 2019 20:07:14 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6BB503A0C8B for ; Thu, 9 May 2019 20:07:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1859038 - /httpd/httpd/trunk/docs/manual/developer/output-filters.xml Date: Thu, 09 May 2019 20:07:12 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190509200713.6BB503A0C8B@svn01-us-west.apache.org> Author: jailletc36 Date: Thu May 9 20:07:12 2019 New Revision: 1859038 URL: http://svn.apache.org/viewvc?rev=1859038&view=rev Log: Fix a typo spotted by Ioannis Cherouvim (PR 63414) Modified: httpd/httpd/trunk/docs/manual/developer/output-filters.xml Modified: httpd/httpd/trunk/docs/manual/developer/output-filters.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/output-filters.xml?rev=1859038&r1=1859037&r2=1859038&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/output-filters.xml (original) +++ httpd/httpd/trunk/docs/manual/developer/output-filters.xml Thu May 9 20:07:12 2019 @@ -562,7 +562,7 @@ chunk_size = (speed / (1000 / RATE_INTER

The commit linked in the beginning of the section contains also a bit of code refactoring so it is not trivial to read during the first pass, but the overall idea is basically what written up to now. The goal of this section is not to - cause an headache to the reader trying to read C code, but to put him/her into + cause a headache to the reader trying to read C code, but to put him/her into the right mindset needed to use efficiently the tools offered by the httpd's filter chain toolset.