Daniel Stenberg 2025-04-16 16:18:10 +02:00
parent 1ebd92d0fd
commit c6db2d45b2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -294,7 +294,7 @@ CURLcode Curl_async_is_resolved(struct Curl_easy *data,
leave us with res->num_pending == 0, which is perfect for the next
block. */
ares_cancel(ares->channel);
DEBUGASSERT(res->num_pending == 0);
DEBUGASSERT(ares->num_pending == 0);
}
#endif