We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e81bd5 commit 5421660Copy full SHA for 5421660
1 file changed
lib/protocol/connection.js
@@ -311,6 +311,7 @@ priority_loop:
311
while (bucket.length > 0) {
312
for (var index = 0; index < bucket.length; index++) {
313
var stream = bucket[index];
314
+ if(!stream || !stream.upstream) continue;
315
var frame = stream.upstream.read((this._window > 0) ? this._window : -1);
316
317
if (!frame) {
0 commit comments