]> granicus.if.org Git - apache/commit
mod_http2: support for several different request engines per connection, fixes CVE...
authorStefan Eissing <icing@apache.org>
Sat, 5 Mar 2016 15:45:12 +0000 (15:45 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 5 Mar 2016 15:45:12 +0000 (15:45 +0000)
commitebd03293e6c97ae567ff0b86cc3fffab7206163d
tree7c9fdae6b032bdede8b9a400d49d7ea53bf88fb3
parente4c0735413a56aff6ad85e5785d0c2b27827e76c
mod_http2: support for several different request engines per connection, fixes CVE-2016-1546

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733727 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
CMakeLists.txt
modules/http2/NWGNUmod_http2
modules/http2/config2.m4
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_ngn_shed.c [new file with mode: 0644]
modules/http2/h2_ngn_shed.h [new file with mode: 0644]
modules/http2/h2_proxy_session.c
modules/http2/h2_request.c
modules/http2/h2_session.c
modules/http2/h2_task.c
modules/http2/h2_task.h
modules/http2/h2_task_output.c
modules/http2/h2_task_output.h
modules/http2/h2_version.h
modules/http2/mod_http2.c
modules/http2/mod_http2.h
modules/http2/mod_proxy_http2.c