Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60644 invoked from network); 19 Feb 2009 05:36:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2009 05:36:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=news@ger.gmane.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:41860] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/2C-19120-BBFEC994 for ; Thu, 19 Feb 2009 00:35:57 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1La1Zd-00077p-Dg for internals@lists.php.net; Thu, 19 Feb 2009 05:35:49 +0000 Received: from lily.mit.edu ([18.243.2.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Feb 2009 05:35:49 +0000 Received: from edwardzyang by lily.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Feb 2009 05:35:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 19 Feb 2009 00:35:39 -0500 Lines: 5 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: lily.mit.edu User-Agent: Thunderbird 2.0.0.19 (X11/20090105) In-Reply-To: Sender: news Subject: Re: [PHP-DEV] Don't compress empty output with zlib From: edwardzyang@thewritingpot.com ("Edward Z. Yang") Edward Z. Yang wrote: > The previous patch is wrong (it doesn't handle the flush();flush(); case > well). Here's a better one, although it's 304 specific: Bump?