We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d8e95 commit 33685c5Copy full SHA for 33685c5
HISTORY.md
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+### 3.1.1 (2015-01-29) ###
5
+
6
+* Bugfix release.
7
+* Fixes an issue sending a push promise that is large enough to fill the frame (#93).
8
9
### 3.1.0 (2014-12-11) ###
10
11
* Upgrade to the latest draft: [draft-ietf-httpbis-http2-16]
package.json
@@ -1,6 +1,6 @@
{
"name": "http2",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "An HTTP/2 client and server implementation",
"main": "lib/index.js",
"engines" : {
0 commit comments