parent
4ec0549c39
commit
ca94497a82
@ -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…
Reference in New Issue
Block a user