Re: svn commit: r1910861 - /httpd/httpd/trunk/support/ab.c

2023-07-10 Thread Joe Orton
On Mon, Jul 10, 2023 at 11:12:09AM +0200, Yann Ylavic wrote: > I think this is not reached with rtnevents == POLLOUT|POLLHUP because > it takes the first POLLIN|POLLHUP continue-branch. > I moved the check for POLLOUT first in r1910911, which fixed the issue for me. Perfect, works for me too - tha

Re: svn commit: r1910861 - /httpd/httpd/trunk/support/ab.c

2023-07-10 Thread Yann Ylavic
On Mon, Jul 10, 2023 at 10:53 AM Ruediger Pluem wrote: > > On 7/10/23 10:11 AM, Joe Orton wrote: > > On Fri, Jul 07, 2023 at 03:52:46PM -, yla...@apache.org wrote: > >> Author: ylavic > >> Date: Fri Jul 7 15:52:45 2023 > >> New Revision: 1910861 > >> > >> URL: http://svn.apache.org/viewvc?rev

Re: svn commit: r1910861 - /httpd/httpd/trunk/support/ab.c

2023-07-10 Thread Ruediger Pluem
On 7/10/23 10:11 AM, Joe Orton wrote: > On Fri, Jul 07, 2023 at 03:52:46PM -, yla...@apache.org wrote: >> Author: ylavic >> Date: Fri Jul 7 15:52:45 2023 >> New Revision: 1910861 >> >> URL: http://svn.apache.org/viewvc?rev=1910861&view=rev >> Log: >> ab: Fix accounting of started connection

Re: svn commit: r1910861 - /httpd/httpd/trunk/support/ab.c

2023-07-10 Thread Joe Orton
On Fri, Jul 07, 2023 at 03:52:46PM -, yla...@apache.org wrote: > Author: ylavic > Date: Fri Jul 7 15:52:45 2023 > New Revision: 1910861 > > URL: http://svn.apache.org/viewvc?rev=1910861&view=rev > Log: > ab: Fix accounting of started connections. > > Revert when a kept alive connection is ab