Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 42344 invoked from network); 1 Nov 2004 19:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Nov 2004 19:33:17 -0000 Received: (qmail 37983 invoked by uid 500); 1 Nov 2004 19:33:09 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 37963 invoked by uid 500); 1 Nov 2004 19:33:09 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 37950 invoked by uid 99); 1 Nov 2004 19:33:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 01 Nov 2004 11:33:07 -0800 X-AuthUser: chip@force-elite.com Received: from [10.10.10.101] (199.5.172.2:38678) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Mon, 01 Nov 2004 11:33:02 -0800 Message-ID: <41868F73.9010602@force-elite.com> Date: Mon, 01 Nov 2004 12:33:07 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Updated Event MPM Patches X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Updated patches: http://www.apache.org/~pquerna/event-mpm/event-apr_pollset-2004-11-01.patch http://www.apache.org/~pquerna/event-mpm/event-mpm-2004-11-01.patch pollset: Fix the KQueue backend to set APR_POLLHUP on EOF instead of APR_POLLERR. (Thanks to Justin for leading me to this one.) event-mpm: Based on Greg's patch for pipelined requests. Seems to work here. This does not fix the case for SSL+pipelined requests. -Paul Querna