HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)

Change-Id: I1e9b32e30844438419c9aa839b3fcd6c0c88835d
Reviewed-on: https://code.wireshark.org/review/13459
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-01-20 21:34:21 +01:00 committed by Anders Broman
parent dbfb2b808f
commit 523ae61293
1 changed files with 0 additions and 1 deletions

View File

@ -1352,7 +1352,6 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
case HTTP_TE_COMPRESS:
case HTTP_TE_DEFLATE:
case HTTP_TE_GZIP:
break;
/*
* We currently can't handle, for example, "gzip",
* "compress", or "deflate" as *transfer* encodings;