Skip to content

Commit 8aa1647

Browse files
committed
do not call read(0)
1 parent 00c3f26 commit 8aa1647

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/connection.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ Connection.prototype.attachListeners = function(stream) {
101101
}
102102
self.emit('error', error);
103103
});
104-
105-
reader.read(0);
106104
};
107105

108106
Connection.prototype.requestSsl = function(config) {

0 commit comments

Comments
 (0)