diff src/http/v3/ngx_http_v3_request.c @ 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 0d35b1ff6af5
children d6e191a583cc
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 {