You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2021/12/09 13:33:50 UTC

[GitHub] [httpd] icing opened a new pull request #281: *) mod_http2: fixes 2 regressions in server limit handling.

icing opened a new pull request #281:
URL: https://github.com/apache/httpd/pull/281


        1. When reaching server limits, such as MaxRequestsPerChild, the
           HTTP/2 connection send a GOAWAY frame much too early on new
           connections, leading to invalid protocol state and a client
           failing the request. See PR65731.
           The module now initializes the HTTP/2 protocol correctly and
           allows the client to submit one request before the shutdown
           via a GOAWAY frame is being announced.
        2. A regression in v1.15.24 was fixed that could lead to httpd
           child processes not being terminated on a graceful reload or
           when reaching MaxConnectionsPerChild. When unprocessed h2
           requests were queued at the time, these could stall.
           See <https://github.com/icing/mod_h2/issues/212>.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] minfrin commented on pull request #281: *) mod_http2: fixes 2 regressions in server limit handling.

Posted by GitBox <gi...@apache.org>.
minfrin commented on pull request #281:
URL: https://github.com/apache/httpd/pull/281#issuecomment-992326016


   Backported to v2.4.52:
   
     *) mod_http2: fixes PR65731 and https://github.com/icing/mod_h2/issues/212
        trunk patch: na, fixed on 2.4.x source base
        backport PR: https://github.com/apache/httpd/pull/281
        +1: icing, minfrin, ylavic
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] icing closed pull request #281: *) mod_http2: fixes 2 regressions in server limit handling.

Posted by GitBox <gi...@apache.org>.
icing closed pull request #281:
URL: https://github.com/apache/httpd/pull/281


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org