Sync CHANGES [skip ci].

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2021-09-03 17:07:37 +00:00
parent f682600d98
commit 2a8cdcefdf
5 changed files with 15 additions and 11 deletions

View File

@ -1,4 +0,0 @@
*) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
protocols from mod_proxy_http, and a timeout triggering falsely when
using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
upgrade= setting. PRs 65521 and 65519. [Yann Ylavic]

View File

@ -1,2 +0,0 @@
*) mod_proxy: Faster unix socket path parsing in the "proxy:" URL.
[Yann Ylavic]

View File

@ -1,4 +0,0 @@
* mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted
as successful or a staged renewal is replacing the existing certificates.
This avoid potential mess ups in the md store file system to render the active
certificates non-working. [@mkauf]

View File

@ -1 +0,0 @@
*) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker. [Yann Ylavic]