comparison src/http/ngx_http_request.c @ 8960:d76237ed9327 quic

HTTP/3: simplified code.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 12 Jan 2022 11:57:06 +0300
parents 0ee56d2eac44
children aa3c59524e2f
comparison
equal deleted inserted replaced
8959:9aff230f10d1 8960:d76237ed9327
2968 #endif 2968 #endif
2969 2969
2970 #if (NGX_HTTP_V3) 2970 #if (NGX_HTTP_V3)
2971 2971
2972 if (c->quic) { 2972 if (c->quic) {
2973 if (c->read->error) { 2973 if (rev->error) {
2974 err = 0; 2974 err = 0;
2975 goto closed; 2975 goto closed;
2976 } 2976 }
2977 2977
2978 return; 2978 return;