diff options
author | Stefan Eissing <icing@apache.org> | 2019-03-07 10:41:15 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2019-03-07 10:41:15 +0100 |
commit | 9b3dd74c5873bb33b58b5802272a7fb56204ec99 (patch) | |
tree | ae39e482d798471d3075f16c392abf5a204e9359 /modules/http2/config2.m4 | |
parent | Fix a parsing error when using Ant 1.9.13 without the external Xerces (2.9.0... (diff) | |
download | apache2-9b3dd74c5873bb33b58b5802272a7fb56204ec99.tar.xz apache2-9b3dd74c5873bb33b58b5802272a7fb56204ec99.zip |
*) mod_http2: new configuration directive: ```H2Padding numbits``` to control
padding of HTTP/2 payload frames. 'numbits' is a number from 0-8,
controlling the range of padding bytes added to a frame. The actual number
added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE
frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing]
*) mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2
has no more need for it. Optional functions are still declared but no longer implemented.
While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching
versions of both modules. [Stefan Eissing]
*) mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which
resolve PR63170. The proxy module does now a single h2 request on the (reused)
connection and returns. [Stefan Eissing]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1854963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/config2.m4')
-rw-r--r-- | modules/http2/config2.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http2/config2.m4 b/modules/http2/config2.m4 index e8cefe37f0..5f49adf1cb 100644 --- a/modules/http2/config2.m4 +++ b/modules/http2/config2.m4 @@ -31,7 +31,6 @@ h2_from_h1.lo dnl h2_h2.lo dnl h2_headers.lo dnl h2_mplx.lo dnl -h2_ngn_shed.lo dnl h2_push.lo dnl h2_request.lo dnl h2_session.lo dnl |