]> granicus.if.org Git - apache/commit
new Protocols directive and core API changes to enable protocol switching on HTTP...
authorStefan Eissing <icing@apache.org>
Fri, 24 Jul 2015 12:09:44 +0000 (12:09 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 24 Jul 2015 12:09:44 +0000 (12:09 +0000)
commitb9ba839d50a8fe73143ff2d64e32f6ab990b9f83
tree08392aee29f12554c223632ed8ed097efee75a07
parent546bf924b3c3b053c03c1e7675a02918ae6eefbc
new Protocols directive and core API changes to enable protocol switching on HTTP Upgrade or ALPN, implemented in mod_ssl and mod_h2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1692486 13f79535-47bb-0310-9956-ffa450edef68
37 files changed:
docs/log-message-tags/next-number
include/http_core.h
include/http_protocol.h
modules/http2/config.m4
modules/http2/h2_alpn.c [deleted file]
modules/http2/h2_conn.c
modules/http2/h2_ctx.c
modules/http2/h2_ctx.h
modules/http2/h2_from_h1.c
modules/http2/h2_h2.c
modules/http2/h2_h2.h
modules/http2/h2_mplx.c
modules/http2/h2_request.c
modules/http2/h2_response.c
modules/http2/h2_session.c
modules/http2/h2_switch.c [new file with mode: 0644]
modules/http2/h2_switch.h [moved from modules/http2/h2_alpn.h with 72% similarity]
modules/http2/h2_task.c
modules/http2/h2_task_input.c
modules/http2/h2_to_h1.c
modules/http2/h2_upgrade.c [deleted file]
modules/http2/h2_upgrade.h [deleted file]
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_version.h
modules/http2/h2_worker.c
modules/http2/h2_workers.c
modules/http2/mod_h2.c
modules/http2/mod_h2.h
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h
server/core.c
server/protocol.c