mirror of
https://github.com/nginx/nginx.git
synced 2024-12-21 01:27:48 +08:00
HTTP/3: set c->error on read error in ngx_http_test_reading().
Similar to other error/eof cases.
This commit is contained in:
parent
5ab94d4219
commit
38cfe35779
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user