Commit 147de35d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

re-added the default switch for weird states

parent e16e9b91
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;