]> granicus.if.org Git - apache/commit
new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushes are...
authorStefan Eissing <icing@apache.org>
Fri, 13 Nov 2015 14:54:15 +0000 (14:54 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 13 Nov 2015 14:54:15 +0000 (14:54 +0000)
commit364b3f79c4dd91ef7cc3041a015c6797296a172c
treec47b8ceade7f5ab8a44a0aa507caf1823d4db05e
parent17bb21130cb481f1c7fc835ecc871173a4a52873
new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushes are recognized by Link: headers in responses that carry the rel=preload parameter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1714219 13f79535-47bb-0310-9956-ffa450edef68
19 files changed:
docs/manual/mod/mod_http2.xml
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_h2.c
modules/http2/h2_mplx.c
modules/http2/h2_push.c
modules/http2/h2_push.h
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_response.c
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_input.c
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_workers.c