mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08: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;
|
||||
}
|
||||
|
||||
ngx_add_timer(rev, c->quic->streams.timeout);
|
||||
|
||||
if (c->close) {
|
||||
ngx_quic_close_connection(c);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user