]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
using proxy http2 connection concurrently, if main connection also uses http/2, needs...
authorStefan Eissing <icing@apache.org>
Thu, 18 Feb 2016 17:02:02 +0000 (17:02 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 18 Feb 2016 17:02:02 +0000 (17:02 +0000)
commit43267df5fe169e3b1de8095955967a201bf6029d
treef615fcb52ff029fcfe0666c9bd5bbecd6fbd76b2
parent36dc711fa165223313e1e98fb75e342419324563
using proxy http2 connection concurrently, if main connection also uses http/2, needs more hardening

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731096 13f79535-47bb-0310-9956-ffa450edef68
26 files changed:
CHANGES
CMakeLists.txt
modules/http2/NWGNUmod_http2
modules/http2/config2.m4
modules/http2/h2_ctx.c
modules/http2/h2_ctx.h
modules/http2/h2_int_queue.c [new file with mode: 0644]
modules/http2/h2_int_queue.h [new file with mode: 0644]
modules/http2/h2_io.c
modules/http2/h2_io.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_proxy_session.c
modules/http2/h2_proxy_session.h
modules/http2/h2_session.c
modules/http2/h2_task.c
modules/http2/h2_task_input.c
modules/http2/h2_task_input.h
modules/http2/h2_util.c
modules/http2/h2_worker.c
modules/http2/h2_workers.c
modules/http2/h2_workers.h
modules/http2/mod_http2.c
modules/http2/mod_http2.dsp
modules/http2/mod_http2.h
modules/http2/mod_proxy_http2.c