File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ * Improved timeout handling for streams that are sending response data.
1
2
* mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value.
2
3
refs https://bz.apache.org/bugzilla/show_bug.cgi?id=66752.
3
4
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.22 ] , [ stefan@eissing.org] )
15
+ AC_INIT ( [ mod_http2] , [ 2.0.23 ] , [ 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.22 -git"
30
+ #define MOD_HTTP2_VERSION "2.0.23 -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 0x020016
38
+ #define MOD_HTTP2_VERSION_NUM 0x020017
39
39
40
40
41
41
#endif /* mod_h2_h2_version_h */
You can’t perform that action at this time.
0 commit comments