-*- coding: utf-8 -*-
Changes with Apache 2.5.0
- *) mod_http2: Fix async write issue that led to selection of wrong timeout
- vs. keepalive timeout selection for idle sessions.
-
- *) mod_http2: checking LimitRequestLine, LimitRequestFields and
- LimitRequestFieldSize configurated values for incoming streams. Returning
- HTTP status 431 for too long/many headers fields and 414 for a too long
- pseudo header. [Stefan Eissing]
-
- *) mod_http2: tracking conn_rec->current_thread on slave connections, so
- that mod_lua finds the correct one. Fixes PR 59542. [Stefan Eissing]
-
*) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
allowing per backend TLS configuration. [Yann Ylavic]
* @macro
* Version number of the http2 module as c string
*/
-#define MOD_HTTP2_VERSION "1.5.5-DEV"
+#define MOD_HTTP2_VERSION "1.5.6-DEV"
/**
* @macro
* 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 0x010505
+#define MOD_HTTP2_VERSION_NUM 0x010506
#endif /* mod_h2_h2_version_h */