mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
cf-https-connect: use timeouts as unsigned ints
To match the type used in 'set.happy_eyeballs_timeout'. Ref: #13489 Closes #13503
This commit is contained in:
parent
cc907e80a2
commit
3583ed8b77
@ -102,8 +102,8 @@ struct cf_hc_ctx {
|
|||||||
CURLcode result; /* overall result */
|
CURLcode result; /* overall result */
|
||||||
struct cf_hc_baller h3_baller;
|
struct cf_hc_baller h3_baller;
|
||||||
struct cf_hc_baller h21_baller;
|
struct cf_hc_baller h21_baller;
|
||||||
int soft_eyeballs_timeout_ms;
|
unsigned int soft_eyeballs_timeout_ms;
|
||||||
int hard_eyeballs_timeout_ms;
|
unsigned int hard_eyeballs_timeout_ms;
|
||||||
};
|
};
|
||||||
|
|
||||||
static void cf_hc_baller_init(struct cf_hc_baller *b,
|
static void cf_hc_baller_init(struct cf_hc_baller *b,
|
||||||
|
Loading…
Reference in New Issue
Block a user