wip to make easy_pollset dynamically resizing

This commit is contained in:
Stefan Eissing 2025-08-04 12:48:07 +02:00
parent 1a20a4a534
commit 436d7546eb
No known key found for this signature in database
15 changed files with 264 additions and 158 deletions

View file

@ -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);
}
}