From: Daniel Stenberg Date: Tue, 13 Mar 2001 23:29:53 +0000 (+0000) Subject: re-added the default switch for weird states X-Git-Tag: curl-7_7-beta3~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=147de35d412db25b82ef465bee1433daad7cc303;p=curl re-added the default switch for weird states --- 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;