mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
http2: fix "Value stored to 'hdbuf' is never read" scan-build error
This commit is contained in:
parent
3d97e37441
commit
786992c801
@ -1848,8 +1848,6 @@ static ssize_t http2_send(struct connectdata *conn, int sockindex,
|
||||
goto fail;
|
||||
}
|
||||
|
||||
hdbuf = end + 1;
|
||||
|
||||
end = line_end;
|
||||
nva[2].name = (unsigned char *)":scheme";
|
||||
nva[2].namelen = strlen((char *)nva[2].name);
|
||||
|
Loading…
Reference in New Issue
Block a user