On Nov 25, 2005, at 5:38 AM, Joe Orton wrote:
On Wed, Nov 23, 2005 at 05:38:58PM -0000, Brian Pane wrote:
Author: brianp
Date: Wed Nov 23 09:38:47 2005
New Revision: 348499
URL: http://svn.apache.org/viewcvs?rev=348499&view=rev
Log:
Bugfix for apr_pollset_poll() on systems that implement pollsets
using select(2): properly compute the number of signalled desciptors
when one or more of them are both readable and writable.
Submitted by: Dror Shilo <[EMAIL PROTECTED]>, Gerry
<[EMAIL PROTECTED]>
Reviewed by: Brian Pane
I think the select()-based apr_poll() implementation has the same bug.
Confirmed, and I've just committed a fix.
A procedural question on backports: are 0.9/1.0/1.1/1.2 using C-T-R
rules, or R-T-C?
Thanks,
Brian