mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
MINOR: h3: remove unused return value on decode_qcs
This should fix 1470806 coverity report from github issue #1550.
This commit is contained in:
parent
de6ecc3ace
commit
1d5fdc526b
1 changed files with 0 additions and 3 deletions
3
src/h3.c
3
src/h3.c
|
|
@ -284,9 +284,6 @@ static int h3_decode_qcs(struct qcs *qcs, int fin, void *ctx)
|
|||
}
|
||||
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Parse a SETTINGS frame which must not be truncated with <flen> as length from
|
||||
|
|
|
|||
Loading…
Reference in a new issue