From: Roman Arutyunyan Date: Wed, 12 Jan 2022 08:57:06 +0000 (+0300) Subject: HTTP/3: simplified code. X-Git-Tag: release-1.25.0~4^2~149 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=5ab94d4219fb2119770d024731a53dba6871b25c;p=nginx.git HTTP/3: simplified code. --- diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 12a8cd144..fd3e880f8 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -2970,7 +2970,7 @@ ngx_http_test_reading(ngx_http_request_t *r) #if (NGX_HTTP_V3) if (c->quic) { - if (c->read->error) { + if (rev->error) { err = 0; goto closed; }