mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +03:00
ftp: close connection as soon as ABOR has been sent
... and do not send ABOR unless really necessary. Bug: https://bugzilla.redhat.com/649347 Reported by: Simon H.
This commit is contained in:
parent
f96a2641fc
commit
c6b97a8278
4 changed files with 11 additions and 7 deletions
|
|
@ -50,7 +50,6 @@ TYPE I
|
|||
SIZE 1036
|
||||
REST 20
|
||||
RETR 1036
|
||||
ABOR
|
||||
QUIT
|
||||
</protocol>
|
||||
<file name="log/curl1036.out">
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ TYPE I
|
|||
SIZE 110
|
||||
REST 20
|
||||
RETR 110
|
||||
ABOR
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ EPSV
|
|||
PASV
|
||||
TYPE I
|
||||
SIZE 122
|
||||
ABOR
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue