]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: do not switch off connect_only flag when closing
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jun 2021 07:35:26 +0000 (09:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Jun 2021 07:07:34 +0000 (09:07 +0200)
commit9accc48850568353fde9a0d60dcbaf08ef6164f5
tree3440da6b36eb1dd4afb14ff71ca3c18491283299
parenta629506d422f8f61a041a3ac579e136b4fab98ba
multi: do not switch off connect_only flag when closing

... as it made protocol specific disconnect commands wrongly get used.

Bug: https://curl.se/mail/lib-2021-06/0024.html
Reported-by: Aleksander Mazur
Closes #7288
lib/multi.c