re-added the default switch for weird states

This commit is contained in:
Daniel Stenberg 2001-03-13 23:29:53 +00:00
parent e16e9b91ae
commit 147de35d41
1 changed files with 0 additions and 2 deletions

View File

@ -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;