Skip to content

Commit ae0d41e

Browse files
committed
Connection: don't automatically resume socket after callback
1 parent 0bdc638 commit ae0d41e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/connection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ FTP.prototype.get = function(path, zcomp, cb) {
615615
if (code === 150 || code === 125) {
616616
started = true;
617617
cb(undefined, source);
618-
sock.resume();
619618
} else {
620619
lastreply = true;
621620
ondone();

0 commit comments

Comments
 (0)