We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ea024 commit 7a2c428Copy full SHA for 7a2c428
lib/connection.js
@@ -96,6 +96,7 @@ p.password = function(password) {
96
};
97
98
p._send = function(code, more) {
99
+ if(!this.stream.writable) return false;
100
if(more === true) {
101
this.writer.addHeader(code);
102
} else {
0 commit comments