We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba87b52 commit 8e4b02cCopy full SHA for 8e4b02c
2 files changed
HISTORY.md
@@ -1,6 +1,9 @@
1
Version history
2
===============
3
4
+### 3.3.5 (2016-09-06) ###
5
+* Fix issues with large DATA frames (https://github.com/molnarg/node-http2/issues/207)
6
+
7
### 3.3.4 (2016-04-22) ###
8
* More PR bugfixes (https://github.com/molnarg/node-http2/issues?q=milestone%3Av3.3.4)
9
package.json
@@ -1,6 +1,6 @@
{
"name": "http2",
- "version": "3.3.4",
+ "version": "3.3.5",
"description": "An HTTP/2 client and server implementation",
"main": "lib/index.js",
"engines" : {
0 commit comments