﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
2492	QUIC：The quic connection was not closed, when max_idle_timeout arrived.	bullerdu@…		"The triggering logic was as follows:

1. The quic connection was terminated by `ngx_quic_close_connection(c, NGX_OK)`, then set `qc->close` event to three times PTO timer.
2. The `c->read` event was set max_idle_timeout timer.
3. When `c->read` was timeout, call `ngx_quic_close_connection(c, NGX_DONE)`, but the quic connection was not close for waiting `qc->close` timer."	defect	closed	minor		http/3	1.23.x	invalid	quic		Linux dev.na61 4.19.91-008.x86_64 #1 SMP Fri Sep 4 17:33:26 CST 2020 x86_64 x86_64 x86_64 GNU/Linux	"nginx version: nginx/1.23.4
built by gcc 9.3.0 (GCC)
built with OpenSSL 1.1.0 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --with-debug --with-http_v3_module --prefix=/home/yefei.dyf/nginx --with-cc-opt=-I/home/yefei.dyf/boringssl/include --with-ld-opt='-L/home/yefei.dyf/boringssl/ssl -L/home/yefei.dyf/boringssl/crypto'"
