summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorMarc Aldorasi <marc@groundctl.com>2020-07-30 14:16:17 -0400
committerDaniel Stenberg <daniel@haxx.se>2020-08-01 15:26:08 +0200
commitd5bb459ccf1fc5980ae4b95c05b4ecf6454a7599 (patch)
tree7da37d6f0a3c6f41cdb35c8825141927e614ccdc /tests/data
parentfaeec840f37715c942dc9623b422284835c9218f (diff)
downloadcurl-d5bb459ccf1fc5980ae4b95c05b4ecf6454a7599.tar.gz
multi_remove_handle: close unused connect-only connections
Previously any connect-only connections in a multi handle would be kept alive until the multi handle was closed. Since these connections cannot be re-used, they can be marked for closure when the associated easy handle is removed from the multi handle. Closes #5749
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test15546
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test1554 b/tests/data/test1554
index d3926d916..fffa6adb5 100644
--- a/tests/data/test1554
+++ b/tests/data/test1554
@@ -50,6 +50,8 @@ run 1: foobar and so on fun!
<- Mutex unlock
-> Mutex lock
<- Mutex unlock
+-> Mutex lock
+<- Mutex unlock
run 1: foobar and so on fun!
-> Mutex lock
<- Mutex unlock
@@ -65,6 +67,8 @@ run 1: foobar and so on fun!
<- Mutex unlock
-> Mutex lock
<- Mutex unlock
+-> Mutex lock
+<- Mutex unlock
run 1: foobar and so on fun!
-> Mutex lock
<- Mutex unlock
@@ -74,6 +78,8 @@ run 1: foobar and so on fun!
<- Mutex unlock
-> Mutex lock
<- Mutex unlock
+-> Mutex lock
+<- Mutex unlock
</datacheck>
</reply>