]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
HTTP/2, websockets
authorStefan Eissing <icing@apache.org>
Mon, 14 Aug 2023 14:39:00 +0000 (14:39 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 14 Aug 2023 14:39:00 +0000 (14:39 +0000)
commit5ac647d1cf5fbcc65a6e292224b98185aa3286e1
tree87623e00b60134cfe6164df21e6bdca2bc198a80
parent7bd9e8bc9b70148a76e4cd44936fa516e70e380d
HTTP/2, websockets

- provide "Connection" header in internal Upgrade request
- set input notification if input is already available when
  stream processing is started
- add optional function in mod_http2.h to use instead of
  ap_get_pollfd_from_conn() in older servers with a new
  mod_http2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911650 13f79535-47bb-0310-9956-ffa450edef68
modules/http2/h2_c2.c
modules/http2/h2_c2_filter.c
modules/http2/h2_mplx.c
modules/http2/h2_ws.c
modules/http2/mod_http2.h