Skip to content

Commit 9aa9272

Browse files
committed
backport brianc#1608 to v6
1 parent d4aa616 commit 9aa9272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/connection.js

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ Connection.prototype.end = function() {
328328
this.writer.add(emptyBuffer);
329329
this._ending = true;
330330
this._send(0x58);
331+
this.stream.end();
331332
};
332333

333334
Connection.prototype.close = function(msg, more) {

0 commit comments

Comments
 (0)