icing / mod_h2

HTTP/2 module for Apache httpd
https://icing.github.io/mod_h2/
Apache License 2.0
256 stars 41 forks source link

* mod_proxy_http2: fix retry handling to not leak temporary errors. #255

Closed icing closed 1 year ago

icing commented 1 year ago

On detecting that that an existing connection was shutdown by the other side, a 503 response leaked even though the request was retried on a fresh connection.