https://bz.apache.org/bugzilla/show_bug.cgi?id=63703
Bug ID: 63703
Summary: HTTP/2 multiplexing cause multiple HTTP/2 connection
to the backend
Product: Apache httpd-2
Version: 2.4.41
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_http2
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Apache uses multiple HTTP/2 connections to the backend in order to proxy
multiplexed requests sent over a single HTTP/2 client connection. It would be
natural to use just one HTTP/2 connection to the backend for each HTTP/2 client
connection and use multiplexing just like the client does.
Apache 2.4.38 worked as expected but I also hit bug 63170 and I had to upgrade.
I also suspect that this regression is a result of the fix for the
aforementioned bug.
Here are some details of my configuration that might be of relevance:
LoadModule mpm_event_module
Protocols h2 h2c http/1.1
SSLEngine on
ProxyPass "/abc/" "h2c://backend:8080/"
ProxyPassReverse "/abc/" "http://backend:8080/"
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]