mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -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
|
||||
$size -= $rest;
|
||||
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";
|
||||
logmsg "150 Binary data connection for $testno ($size bytes).\n";
|
||||
|
Loading…
Reference in New Issue
Block a user