File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ v2.0.31
2
+ --------------------------------------------------------------------------------
1
3
* mod_proxy_http2: revert r1912193 for detecting broken backend connections
2
4
as this interferes with backend selection who a node is unresponsive.
3
5
PR69624.
Original file line number Diff line number Diff line change 12
12
#
13
13
14
14
AC_PREREQ ( [ 2.69] )
15
- AC_INIT ( [ mod_http2] , [ 2.0.30 ] , [ stefan@eissing.org] )
15
+ AC_INIT ( [ mod_http2] , [ 2.0.31 ] , [ stefan@eissing.org] )
16
16
17
17
LT_PREREQ([ 2.2.6] )
18
18
LT_INIT()
Original file line number Diff line number Diff line change 27
27
* @macro
28
28
* Version number of the http2 module as c string
29
29
*/
30
- #define MOD_HTTP2_VERSION "2.0.30 -git"
30
+ #define MOD_HTTP2_VERSION "2.0.31 -git"
31
31
32
32
/**
33
33
* @macro
34
34
* Numerical representation of the version number of the http2 module
35
35
* release. This is a 24 bit number with 8 bits for major number, 8 bits
36
36
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
37
37
*/
38
- #define MOD_HTTP2_VERSION_NUM 0x02001e
38
+ #define MOD_HTTP2_VERSION_NUM 0x02001f
39
39
40
40
41
41
#endif /* mod_h2_h2_version_h */
You can’t perform that action at this time.
0 commit comments