mirror of
https://github.com/curl/curl.git
synced 2026-08-04 14:06:15 +03:00
Added test case 531 in an attempt to repeat bug report #1561470
(http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine.
This commit is contained in:
parent
c2404f77e9
commit
e7d90e08b9
3 changed files with 57 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ EPSV
|
|||
TYPE I
|
||||
SIZE 236
|
||||
STOR 236
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
# (25) Failed FTP upload: 550
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue