]> git.kaiwu.me - nginx.git/commit
HTTP/2: fixed c->timedout flag on timed out connections.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Aug 2020 15:52:20 +0000 (18:52 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Aug 2020 15:52:20 +0000 (18:52 +0300)
commit1d696cd37947ef816bde4d54d7b6f97374f1151d
treee60ba38f2fad51ac354a79491cfb3d107c5fd36e
parente01cdfbd8c1b757eaadad059cb7c9b9313e715a6
HTTP/2: fixed c->timedout flag on timed out connections.

Without the flag, SSL shutdown is attempted on such connections,
resulting in useless work and/or bogus "SSL_shutdown() failed
(SSL: ... bad write retry)" critical log messages if there are
blocked writes.
src/http/v2/ngx_http_v2.c