From 147de35d412db25b82ef465bee1433daad7cc303 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Mar 2001 23:29:53 +0000 Subject: re-added the default switch for weird states --- lib/http_chunks.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/http_chunks.c') 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; -- cgit v1.2.1