cfilters: remove assert

The OSS-fuzz probe reaches this, so it can apparently in run-time. There
is already a run-time handling of the situation.

Closes #17211
This commit is contained in:
Daniel Stenberg 2025-04-28 17:05:14 +02:00
parent 7a1211d474
commit da33c1e349
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -415,7 +415,6 @@ CURLcode Curl_conn_connect(struct Curl_easy *data,
DEBUGASSERT(data->conn);
cf = data->conn->cfilter[sockindex];
DEBUGASSERT(cf);
if(!cf) {
*done = FALSE;
return CURLE_FAILED_INIT;