We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae85eb commit 2c4c310Copy full SHA for 2c4c310
2 files changed
HISTORY.md
@@ -1,6 +1,9 @@
1
Version history
2
===============
3
4
+### 3.3.6 (2016-09-16) ###
5
+* We were not appropriately sending HPACK context updates when receiving SETTINGS_HEADER_TABLE_SIZE. This release fixes that bug.
6
+
7
### 3.3.5 (2016-09-06) ###
8
* Fix issues with large DATA frames (https://github.com/molnarg/node-http2/issues/207)
9
package.json
@@ -1,6 +1,6 @@
{
"name": "http2",
- "version": "3.3.5",
+ "version": "3.3.6",
"description": "An HTTP/2 client and server implementation",
"main": "lib/index.js",
"engines" : {
0 commit comments