mirror of
https://github.com/nginx/nginx.git
synced 2025-06-23 06:28:29 +08:00
Removed unneccesary milliseconds conversion.
This commit is contained in:
parent
b3300b5220
commit
4cfc98c63f
@ -1574,7 +1574,7 @@ ngx_quic_output(ngx_connection_t *c)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!qc->retry.timer_set && !qc->closing) {
|
if (!qc->retry.timer_set && !qc->closing) {
|
||||||
ngx_add_timer(&qc->retry, qc->tp.max_ack_delay * 1000);
|
ngx_add_timer(&qc->retry, qc->tp.max_ack_delay);
|
||||||
}
|
}
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user