Skip to content

Commit a121324

Browse files
author
Stefan Eissing
committed
v1.0.14, fixed segfault in connection shutdown, added accept-push-policy support
1 parent ed46bbf commit a121324

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v1.0.14
22
--------------------------------------------------------------------------------
33
* fixed segfault on connection shutdown
4+
* added support for accept-push-policy headers, see
5+
https://tools.ietf.org/html/draft-ruellan-http-accept-push-policy-00
46

57
v1.0.13
68
--------------------------------------------------------------------------------

mod_http2/h2_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @macro
2121
* Version number of the h2 module as c string
2222
*/
23-
#define MOD_HTTP2_VERSION "1.0.14-DEVa"
23+
#define MOD_HTTP2_VERSION "1.0.14"
2424

2525
/**
2626
* @macro

0 commit comments

Comments
 (0)