mirror of
https://github.com/curl/curl.git
synced 2026-04-22 21:42:14 +03:00
check_gzip_header: Value stored to 'data' is never read
This commit is contained in:
parent
dfad8a6dad
commit
99ec359b4d
1 changed files with 0 additions and 1 deletions
|
|
@ -255,7 +255,6 @@ static enum {
|
|||
return GZIP_UNDERFLOW;
|
||||
|
||||
len -= 2;
|
||||
data += 2;
|
||||
}
|
||||
|
||||
*headerlen = totallen - len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue