mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
connection: never reuse CONNECT_ONLY conections
and make CONNECT_ONLY conections never reuse any existing ones either. Reported-by: Pavel Löbl Bug: https://curl.haxx.se/mail/lib-2019-02/0064.html Closes #3586
This commit is contained in:
parent
e49e5eaa10
commit
b08898fb29
5 changed files with 65 additions and 77 deletions
|
|
@ -31,7 +31,6 @@ ftp://%HOSTIP:%FTPPORT
|
|||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PWD
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue