changeset 8835: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 75daac63f798
children 01bd1c0de1f4
files src/http/v3/ngx_http_v3_request.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_request.c
+++ b/src/http/v3/ngx_http_v3_request.c
@@ -1217,7 +1217,6 @@ done:
         b->last_buf = 1;
 
         *ll = tl;
-        ll = &tl->next;
 
     } else {