We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed46bbf commit a121324Copy full SHA for a121324
ChangeLog
@@ -1,6 +1,8 @@
1
v1.0.14
2
--------------------------------------------------------------------------------
3
* 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
6
7
v1.0.13
8
mod_http2/h2_version.h
@@ -20,7 +20,7 @@
20
* @macro
21
* Version number of the h2 module as c string
22
*/
23
-#define MOD_HTTP2_VERSION "1.0.14-DEVa"
+#define MOD_HTTP2_VERSION "1.0.14"
24
25
/**
26
0 commit comments