Skip to content

Commit 2c4c310

Browse files
committed
Release v3.3.6
1 parent 0ae85eb commit 2c4c310

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Version history
22
===============
33

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+
47
### 3.3.5 (2016-09-06) ###
58
* Fix issues with large DATA frames (https://github.com/molnarg/node-http2/issues/207)
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http2",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "An HTTP/2 client and server implementation",
55
"main": "lib/index.js",
66
"engines" : {

0 commit comments

Comments
 (0)