Skip to content

Commit

Permalink
Include pull request molnarg#210 as upstream seems dead
Browse files Browse the repository at this point in the history
  • Loading branch information
akc42 committed May 27, 2017
1 parent e804c69 commit b418cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/protocol/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ Stream.prototype._transition = function transition(sending, frame) {
// can be used to close any of those streams.
case 'CLOSED':
if (PRIORITY || (sending && RST_STREAM) ||
(sending && this._closedWithRst) ||
(receiving && WINDOW_UPDATE) ||
(receiving && this._closedByUs &&
(this._closedWithRst || RST_STREAM || ALTSVC))) {
Expand Down

0 comments on commit b418cfd

Please sign in to comment.