diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_chunks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 89c860918..d4badeb90 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -214,10 +214,8 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn, even if there's no more chunks to read */ ch->dataleft = length; return CHUNKE_STOP; /* return stop */ -#if 0 default: return CHUNKE_STATE_ERROR; -#endif } } return CHUNKE_OK; |