diff options
author | Stefan Eissing <icing@apache.org> | 2018-09-04 10:29:11 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2018-09-04 10:29:11 +0200 |
commit | 9ac73b8d6b32cdedd6af51b968fd78a320a1c3ce (patch) | |
tree | 2a0ad725bf16a860be6122c90147fb1d9ea55b4e /modules/http2/h2_version.h | |
parent | core: follow up to r1839997: recycle request filters to a delayed ring first. (diff) | |
download | apache2-9ac73b8d6b32cdedd6af51b968fd78a320a1c3ce.tar.xz apache2-9ac73b8d6b32cdedd6af51b968fd78a320a1c3ce.zip |
On the trunk:
mod_http2: connection IO event handling reworked. Instead of reacting on
incoming bytes, the state machine now acts on incoming frames that are
affecting it. This reduces state transitions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/http2/h2_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h index 8d72976c0d..d4e705340d 100644 --- a/modules/http2/h2_version.h +++ b/modules/http2/h2_version.h @@ -27,7 +27,7 @@ * @macro * Version number of the http2 module as c string */ -#define MOD_HTTP2_VERSION "1.10.21-DEV" +#define MOD_HTTP2_VERSION "1.11.0-DEV" /** * @macro @@ -35,7 +35,7 @@ * release. This is a 24 bit number with 8 bits for major number, 8 bits * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. */ -#define MOD_HTTP2_VERSION_NUM 0x010a15 +#define MOD_HTTP2_VERSION_NUM 0x010b00 #endif /* mod_h2_h2_version_h */ |