mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
multi: update comment to say easyp list is linear
Since 09b9fc900
(multi: remove 'Curl_one_easy' struct, phase 1,
2013-08-02), the easy handle list is not circular but ends with
->next pointing to NULL.
Reported-by: Masaya Suzuki <masayasuzuki@google.com>
Closes #5737
This commit is contained in:
parent
34e5ad21d2
commit
2b6b843bb1
@ -81,7 +81,7 @@ struct Curl_multi {
|
||||
this multi handle with an easy handle. Set this to CURL_MULTI_HANDLE. */
|
||||
long type;
|
||||
|
||||
/* We have a doubly-linked circular list with easy handles */
|
||||
/* We have a doubly-linked list with easy handles */
|
||||
struct Curl_easy *easyp;
|
||||
struct Curl_easy *easylp; /* last node */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user