mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue