mirror of
https://github.com/curl/curl.git
synced 2025-09-18 01:52:41 +03:00
parent
4ec0549c39
commit
ca94497a82
|
@ -1831,6 +1831,9 @@ static CURLcode ng_flush_egress(struct Curl_easy *data,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
timeout = expiry - ts;
|
timeout = expiry - ts;
|
||||||
|
if(timeout % NGTCP2_MILLISECONDS) {
|
||||||
|
timeout += NGTCP2_MILLISECONDS;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Curl_expire(data, timeout / NGTCP2_MILLISECONDS, EXPIRE_QUIC);
|
Curl_expire(data, timeout / NGTCP2_MILLISECONDS, EXPIRE_QUIC);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user