aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index fd3e880f8..bc6c077db 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -2971,6 +2971,7 @@ ngx_http_test_reading(ngx_http_request_t *r)
if (c->quic) {
if (rev->error) {
+ c->error = 1;
err = 0;
goto closed;
}