Loading lib/http_chunks.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib/http_chunks.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading