]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: Configuration directoves H2Push and H2Upgrade can now be specified per
authorStefan Eissing <icing@apache.org>
Mon, 28 Jan 2019 10:27:08 +0000 (10:27 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 28 Jan 2019 10:27:08 +0000 (10:27 +0000)
commita721d5cc9ebed4cb3679a935f4eb2cb167a78527
tree853bdbf0a738e075569a1bdbc90c542e28b1ca04
parentc77b4604eeb011fa0b66c033efc33ebc378ff8b6
  *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be specified per
     Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing]

  *) mod_http2: HEAD requests to some module such as mod_cgid caused the stream to
     terminate improperly and cause a HTTP/2 PROTOCOL_ERROR.
     Fixes <https://github.com/icing/mod_h2/issues/167>. [Michael Kaufmann]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852339 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
CHANGES
docs/manual/mod/mod_http2.xml
modules/http2/h2.h
modules/http2/h2_alt_svc.c
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_ctx.c
modules/http2/h2_ctx.h
modules/http2/h2_filter.c
modules/http2/h2_from_h1.c
modules/http2/h2_h2.c
modules/http2/h2_h2.h
modules/http2/h2_headers.c
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_ngn_shed.c
modules/http2/h2_request.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_switch.c
modules/http2/h2_task.c
modules/http2/h2_task.h
modules/http2/h2_version.h
modules/http2/mod_http2.c
modules/http2/mod_proxy_http2.c