mirror of
https://github.com/nginx/nginx.git
synced 2025-06-16 00:21:02 +08:00
HTTP/3: simplified code.
This commit is contained in:
parent
109166e4fa
commit
5ab94d4219
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user