mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
parent
4ec0549c39
commit
ca94497a82
1 changed files with 3 additions and 0 deletions
|
|
@ -1831,6 +1831,9 @@ static CURLcode ng_flush_egress(struct Curl_easy *data,
|
|||
}
|
||||
else {
|
||||
timeout = expiry - ts;
|
||||
if(timeout % NGTCP2_MILLISECONDS) {
|
||||
timeout += NGTCP2_MILLISECONDS;
|
||||
}
|
||||
}
|
||||
Curl_expire(data, timeout / NGTCP2_MILLISECONDS, EXPIRE_QUIC);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue