mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
fixed the REST again
This commit is contained in:
parent
db5c1c61e5
commit
708431e2ea
@ -210,6 +210,7 @@ sub RETR_command {
|
|||||||
# move read pointer forward
|
# move read pointer forward
|
||||||
$size -= $rest;
|
$size -= $rest;
|
||||||
logmsg "REST $rest was removed from size, makes $size left\n";
|
logmsg "REST $rest was removed from size, makes $size left\n";
|
||||||
|
$rest = 0; # reset REST offset again
|
||||||
}
|
}
|
||||||
print "150 Binary data connection for $testno () ($size bytes).\r\n";
|
print "150 Binary data connection for $testno () ($size bytes).\r\n";
|
||||||
logmsg "150 Binary data connection for $testno ($size bytes).\n";
|
logmsg "150 Binary data connection for $testno ($size bytes).\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user