]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: adding checks for websocket support on platform and
authorStefan Eissing <icing@apache.org>
Wed, 21 Jun 2023 12:14:08 +0000 (12:14 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 21 Jun 2023 12:14:08 +0000 (12:14 +0000)
commitac9f45877649038f7e1e983b1c56a0e3de7787c1
tree5b43798cf81d0ef28d138b3ff08b36bdf5c95596
parentece6bf4363980019bff0c7f676792a6112d1b424
  *) mod_http2: adding checks for websocket support on platform and
     server versions. Give error message accordingly when trying to
     enable websockets in unsupported configurations.
     Add test and code to check the, finally selected, server of
     a request_rec for websocket support or 501 the request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910535 13f79535-47bb-0310-9956-ffa450edef68
modules/http2/h2.h
modules/http2/h2_c2.c
modules/http2/h2_c2_filter.c
modules/http2/h2_config.c
modules/http2/h2_request.c
modules/http2/h2_stream.c
modules/http2/h2_ws.c
test/modules/http2/test_800_websockets.py