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 <Dror.Shilo@ericom.com>, Gerry <gerry@everythingsucks.co.uk>
> Reviewed by: Brian Pane
I think the select()-based apr_poll() implementation has the same bug.
joe
|