Mailing List Archive

[Bug 66489] WebSockets revert to HTTP/1.1
https://bz.apache.org/bugzilla/show_bug.cgi?id=66489

--- Comment #1 from Stefan Eissing <stefan@eissing.org> ---
WebSocket over HTTP/2 is not implemented. That might explain the lack of
documentation.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 66489] WebSockets revert to HTTP/1.1 [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66489

--- Comment #2 from stesaunde@gmail.com ---
(In reply to Stefan Eissing from comment #1)
> WebSocket over HTTP/2 is not implemented. That might explain the lack of
> documentation.

If implemented would it be in mod_http2 and mod_proxy_http2? Or separated out
as its own modules?

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 66489] WebSockets revert to HTTP/1.1 [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66489

--- Comment #3 from Stefan Eissing <stefan@eissing.org> ---
Well, mod_http2 would need to implement the "front-end" part. The backend would
then use the same mod_proxy mechanism as the http/1.1 parts, I assume.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org