new experimental http2 proxy module for h2: and h2c: proxy urls
authorStefan Eissing <icing@apache.org>
Mon, 8 Feb 2016 16:53:45 +0000 (16:53 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 8 Feb 2016 16:53:45 +0000 (16:53 +0000)
commit3567f9f7c669c7b82e69484dc099a375250eff0d
tree4b45ef808cdabe2aec0d845ec3b5110dac2a0932
parenta5511fe280d5eb1acc6fa161a57637faeae99c34
new experimental http2 proxy module for h2: and h2c: proxy urls

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729209 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
CHANGES
modules/http2/config.m4
modules/http2/h2.h [new file with mode: 0644]
modules/http2/h2_config.c
modules/http2/h2_conn.c
modules/http2/h2_filter.c
modules/http2/h2_h2.c
modules/http2/h2_h2.h
modules/http2/h2_io.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_private.h
modules/http2/h2_proxy_session.c [new file with mode: 0644]
modules/http2/h2_proxy_session.h [new file with mode: 0644]
modules/http2/h2_push.c
modules/http2/h2_push.h
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_response.h
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_task.c
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/mod_http2.c
modules/http2/mod_http2.h
modules/http2/mod_proxy_http2.c [new file with mode: 0644]
modules/http2/mod_proxy_http2.h [new file with mode: 0644]