HTTP/3: simplified code.

This commit is contained in:
Roman Arutyunyan 2022-01-12 11:57:06 +03:00
parent 109166e4fa
commit 5ab94d4219

View File

@ -2970,7 +2970,7 @@ ngx_http_test_reading(ngx_http_request_t *r)
#if (NGX_HTTP_V3) #if (NGX_HTTP_V3)
if (c->quic) { if (c->quic) {
if (c->read->error) { if (rev->error) {
err = 0; err = 0;
goto closed; goto closed;
} }