Skip to content

Commit b418cfd

Browse files
committed
Include pull request molnarg#210 as upstream seems dead
1 parent e804c69 commit b418cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/protocol/stream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ Stream.prototype._transition = function transition(sending, frame) {
567567
// can be used to close any of those streams.
568568
case 'CLOSED':
569569
if (PRIORITY || (sending && RST_STREAM) ||
570+
(sending && this._closedWithRst) ||
570571
(receiving && WINDOW_UPDATE) ||
571572
(receiving && this._closedByUs &&
572573
(this._closedWithRst || RST_STREAM || ALTSVC))) {

0 commit comments

Comments
 (0)