I believe this is the right patch (or close to correct) for 2.4 branch, and
perhaps
even trunk with additional refactoring.

In the case of resuming a thread, it should be up to the event/advanced MPM
to reflect the correct no-info | [connection-info [request-info]] state of
the conn
at the time the thread is resumed with different work to perform.

On Sun, May 8, 2016 at 5:30 AM, <rj...@apache.org> wrote:

> Author: rjung
> Date: Sun May  8 10:30:38 2016
> New Revision: 1742794
>
> URL: http://svn.apache.org/viewvc?rev=1742794&view=rev
> Log:
> Propose another (small) scoreboard/mod_status fix.
>
> Modified:
>     httpd/httpd/branches/2.4.x/STATUS
>
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1742794&r1=1742793&r2=1742794&view=diff
>
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Sun May  8 10:30:38 2016
> @@ -181,6 +181,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>       2.4.x patch: trunk works
>       +1: wrowe, rpluem
>
> +   * Don't globber scoreboard request info if read_request_line() fails
> with
> +     a timeout. In that case there's not yet any new useful request info
> +     available.
> +     Noticed via server-status showing request "NULL" after keep-alive
> +     connections timed out.
> +     No CHANGES entry needed, because there's already one for PR 59333.
> +     Sorry for the two patches. The second is better. Both change the same
> +     line, so technically only the second is needed, but merging both
> keeps
> +     mergeinfo more complete.
> +     trunk patch: http://svn.apache.org/r1742791
> +                  http://svn.apache.org/r1742792
> +     2.4.x patch: trunk works
> +     +1: rjung
> +
>  PATCHES/ISSUES THAT ARE BEING WORKED
>
>    *) http: Don't remove the Content-Length of zero from a HEAD response if
>
>
>

Reply via email to