summaryrefslogtreecommitdiff
path: root/lib/multihandle.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-03-20 12:51:05 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-03-20 14:49:04 +0100
commitc2df780a97d9913eb20a55d4caad95c29d688976 (patch)
tree2ae7a3b0d9f7585def2b1e7841647d30fcc9c7de /lib/multihandle.h
parenta2f569c5c6873d6f03bd602bf5687496892ed3aa (diff)
downloadcurl-c2df780a97d9913eb20a55d4caad95c29d688976.tar.gz
Revert "multi: remove PENDING + MSGSENT handles from the main linked list"
This reverts commit f6d6f3ce01e377932f1ce7c24ee34d45a36950b8. The commits caused issues in the 8.0.0 release. Needs a retake. Reported-by: Kamil Dudka Closes #10795
Diffstat (limited to 'lib/multihandle.h')
-rw-r--r--lib/multihandle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/multihandle.h b/lib/multihandle.h
index 5b16bb605..6cda65d44 100644
--- a/lib/multihandle.h
+++ b/lib/multihandle.h
@@ -101,8 +101,6 @@ struct Curl_multi {
struct Curl_llist pending; /* Curl_easys that are in the
MSTATE_PENDING state */
- struct Curl_llist msgsent; /* Curl_easys that are in the
- MSTATE_MSGSENT state */
/* callback function and user data pointer for the *socket() API */
curl_socket_callback socket_cb;