mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Reset QUIC timeout on every datagram.
This commit is contained in:
parent
3ba0d03a6e
commit
5f9b188c21
@ -478,6 +478,8 @@ ngx_quic_handshake_handler(ngx_event_t *rev)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ngx_add_timer(rev, c->quic->streams.timeout);
|
||||||
|
|
||||||
if (c->close) {
|
if (c->close) {
|
||||||
ngx_quic_close_connection(c);
|
ngx_quic_close_connection(c);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user