comparison src/http/v3/ngx_http_v3_request.c @ 8560:d8d48c977b0f quic

HTTP/3: fixed dead store assignment. Found by Clang Static Analyzer.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 24 Aug 2021 13:03:48 +0300
parents 0d35b1ff6af5
children d6e191a583cc
comparison
equal deleted inserted replaced
8559:75daac63f798 8560:d8d48c977b0f
1215 ngx_memzero(b, sizeof(ngx_buf_t)); 1215 ngx_memzero(b, sizeof(ngx_buf_t));
1216 1216
1217 b->last_buf = 1; 1217 b->last_buf = 1;
1218 1218
1219 *ll = tl; 1219 *ll = tl;
1220 ll = &tl->next;
1221 1220
1222 } else { 1221 } else {
1223 1222
1224 /* set rb->rest, amount of data we want to see next time */ 1223 /* set rb->rest, amount of data we want to see next time */
1225 1224