File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ v2.0.35
2+ --------------------------------------------------------------------------------
3+ * New directive `H2MaxStreamErrors` to control how much bad behaviour
4+ by clients is tolerated before the connection is closed.
5+
16v2.0.34
27--------------------------------------------------------------------------------
38 * Added support for "ProxyErrorOverride" directive in mod_proxy_http2.
Original file line number Diff line number Diff line change 1212#
1313
1414AC_PREREQ ( [ 2.69] )
15- AC_INIT ( [ mod_http2] , [ 2.0.34 ] , [ stefan@eissing.org] )
15+ AC_INIT ( [ mod_http2] , [ 2.0.35 ] , [ stefan@eissing.org] )
1616
1717LT_PREREQ([ 2.2.6] )
1818LT_INIT()
Original file line number Diff line number Diff line change 2727 * @macro
2828 * Version number of the http2 module as c string
2929 */
30- #define MOD_HTTP2_VERSION "2.0.34 -git"
30+ #define MOD_HTTP2_VERSION "2.0.35 -git"
3131
3232/**
3333 * @macro
3434 * Numerical representation of the version number of the http2 module
3535 * release. This is a 24 bit number with 8 bits for major number, 8 bits
3636 * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
3737 */
38- #define MOD_HTTP2_VERSION_NUM 0x020022
38+ #define MOD_HTTP2_VERSION_NUM 0x020023
3939
4040
4141#endif /* mod_h2_h2_version_h */
You can’t perform that action at this time.
0 commit comments