Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the compiler happy when using --enable-maintainer-mode | Jean-Frederic Clere | 2024-04-16 | 1 | -2/+1 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917013 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | HTTP/2 WebSockets: adding throughput tests and test client improvements | Stefan Eissing | 2023-06-28 | 1 | -1/+15 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910649 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | Stefan Eissing | 2023-06-20 | 3 | -0/+1117 |
described in RFC 8441. A new directive 'H2WebSockets on|off' has been added. The feature is by default not enabled. As also discussed in the manual, this feature should work for setups using "ProxyPass backend-url upgrade=websocket" without further changes. Special server modules for WebSockets will have to be adapted, most likely, as the handling if IO events is different with HTTP/2. HTTP/2 WebSockets are supported on platforms with native pipes. This excludes Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910507 13f79535-47bb-0310-9956-ffa450edef68 |