mirror of
https://github.com/curl/curl.git
synced 2026-06-08 13:44:16 +03:00
wip to make easy_pollset dynamically resizing
This commit is contained in:
parent
1a20a4a534
commit
436d7546eb
15 changed files with 264 additions and 158 deletions
|
|
@ -441,7 +441,7 @@ static void cf_hc_adjust_pollset(struct Curl_cfilter *cf,
|
|||
continue;
|
||||
Curl_conn_cf_adjust_pollset(b->cf, data, ps);
|
||||
}
|
||||
CURL_TRC_CF(data, cf, "adjust_pollset -> %d socks", ps->num);
|
||||
CURL_TRC_CF(data, cf, "adjust_pollset -> %d socks", ps->n);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue