From: Stefan Eissing Date: Thu, 28 Apr 2016 12:44:02 +0000 (+0000) Subject: mod_http2: update and version bump after backport X-Git-Tag: 2.5.0-alpha~1689 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b215482029673bb34c51d19b441b61dd39ca64b;p=thirdparty%2Fapache%2Fhttpd.git mod_http2: update and version bump after backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741420 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c8e794b8385..c67299c195d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,33 +1,12 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_http2: fixed a bug that caused mod_proxy_http2 to be called for window - updates on requests it had already reported done. Added synchronization - on early connection/stream close that lets ongoing requests safely drain - their input filters. - [Stefan Eissing] - - *) mod_http2: scoreboard updates that summarize the h2 session (and replace - the last request information) will only happen when the session is idle or - in shutdown/done phase. [Stefan Eissing] - - *) mod_http2: HTTP protocol string reported internally, logged and used in - SERVER_PROTOCOL changed to "HTTP/2.0" for HTTP/2 connections. - [Stefan Eissing] - *) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] - *) mod_http2: eliminating h2_io instances for streams, reducing memory - pools and footprint. [Stefan Eissing] - *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: header as commanded by http-wg. [Stefan Eissing] - *) mod_http2: new "bucket beam" technology to transport buckets across - threads without buffer copy. Delaying response start until flush or - enough body data has been accumulated. [Stefan Eissing] - *) http: Respond with "408 Request Timeout" when a timeout occurs while reading the request body. [Yann Ylavic] diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h index 8fe813a3752..d90e3f9dea7 100644 --- a/modules/http2/h2_version.h +++ b/modules/http2/h2_version.h @@ -26,7 +26,7 @@ * @macro * Version number of the http2 module as c string */ -#define MOD_HTTP2_VERSION "1.5.2-DEV" +#define MOD_HTTP2_VERSION "1.5.3-DEV" /** * @macro