]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: workaround to facilitate use of common internal protocol/method/uri
authorStefan Eissing <icing@apache.org>
Wed, 17 Jun 2020 15:10:29 +0000 (15:10 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 17 Jun 2020 15:10:29 +0000 (15:10 +0000)
commit2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe
tree8ef5a6a0d8a8c17b8ab6bac0fce29c2e1fcdf877
parent130eac3ae6e8f7a8465c7792660ce8b747642b23
  *) mod_http2: workaround to facilitate use of common internal protocol/method/uri
     checks. The module now handles master/secondary connections and has marked
     methods according to use.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878926 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_filter.c
modules/http2/h2_h2.c
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_request.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_task.c
modules/http2/h2_task.h
modules/http2/h2_workers.c
modules/http2/mod_http2.c