]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrade on...
authorStefan Eissing <icing@apache.org>
Tue, 20 Oct 2015 13:42:23 +0000 (13:42 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 20 Oct 2015 13:42:23 +0000 (13:42 +0000)
commit18e2dd1225e1464962fbdf222530a06cdcb69fb5
tree0df91f2eb915d0edf0bad20687cc150ef6efdfae
parent423ddb49049d543b5c0907407b2e15c0ca5511f5
new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrade on/off directive, changed H2Direct default back to on when h2c is in Protocols

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709587 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_http2.xml
include/http_protocol.h
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_h2.c
modules/http2/h2_h2.h
modules/http2/h2_switch.c
server/core.c
server/protocol.c