]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
first working h2 request engine implementation that does serial processing of proxy...
authorStefan Eissing <icing@apache.org>
Mon, 15 Feb 2016 17:10:54 +0000 (17:10 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 15 Feb 2016 17:10:54 +0000 (17:10 +0000)
commit457462dfddf43b0975dddeeba7d5f60735587101
treead33eb9a96e161020e7c8eb9644f35159007af81
parent295b7a0bbfb700579c4875ebc1c092365b21a601
first working h2 request engine implementation that does serial processing of proxy requests

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730572 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
modules/http2/h2_from_h1.c
modules/http2/h2_from_h1.h
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_task.c
modules/http2/h2_task.h
modules/http2/h2_task_input.c
modules/http2/h2_task_input.h
modules/http2/h2_task_output.c
modules/http2/h2_task_output.h
modules/http2/h2_worker.c
modules/http2/mod_http2.c
modules/http2/mod_http2.h
modules/http2/mod_proxy_http2.c