*) mod_proxy_balancer: Correctly encode user provided data in management
interface. PR 56532 [Maksymilian, <max cert.cx>]
- *) mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:"
- scheme. PR55320. [Alex Liu <alex.leo.ca gmail.com>]
-
*) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
to resume. PR56333
[Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
*) mod_cache: Don't add cached/revalidated entity headers to a 304 response.
PR 55547. [Yann Ylavic]
- *) mod_cache: Retry unconditional request with the full URL (including the
- query-string) when the origin server's 304 response does not match the
- conditions used to revalidate the stale entry. [Yann Ylavic].
-
*) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
*) mod_proxy_wstunnel: Stop leaking websockets backend connections under
event MPM (trunk-only). [Eric Covener]
- *) mod_proxy_wstunnel: Don't issue AH02447 and log a 500 on routine
- hangups from websockets origin servers. PR 56299
- [Yann Ylavic, Edward Lu <Chaosed0 gmail com>, Eric Covener]
-
- *) mod_proxy_wstunnel: Don't pool backend websockets connections,
- because we need to handshake every time. PR 55890.
- [Eric Covener]
-
*) mod_proxy_http: Add detach_backend hook (potentially usable
in other proxy scheme handlers). [Jeff Trawick]