Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 84684 invoked by uid 500); 11 Apr 2003 00:58:03 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 84671 invoked by uid 500); 11 Apr 2003 00:58:03 -0000 Delivered-To: apmail-modperl-docs-cvs@apache.org Date: 11 Apr 2003 00:58:02 -0000 Message-ID: <20030411005802.76543.qmail@icarus.apache.org> From: stas@apache.org To: modperl-docs-cvs@apache.org Subject: cvs commit: modperl-docs/src/docs/2.0/user/coding coding.pod X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2003/04/10 17:58:01 Modified: src/docs/2.0/user/coding coding.pod Log: correct the header name Submitted by: Rob Bloodgood Revision Changes Path 1.23 +1 -1 modperl-docs/src/docs/2.0/user/coding/coding.pod Index: coding.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/coding/coding.pod,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- coding.pod 10 Apr 2003 02:36:52 -0000 1.22 +++ coding.pod 11 Apr 2003 00:58:01 -0000 1.23 @@ -164,7 +164,7 @@ For example if the handler needs to perform a relatively long-running operation (e.g. a slow db lookup) and the client may timeout if it receives nothing right away, you may want to start the handler by -setting the I header, following by an immediate +setting the I header, following by an immediate flushing: sub handler {