diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |