While it gets stored, nothing needs nor uses it.
Closes #16347
data->state.async.hostname = res->hostname;
data->state.async.port = port;
data->state.async.done = FALSE; /* not done */
- data->state.async.status = 0; /* clear */
data->state.async.dns = NULL; /* clear */
/* initial status - failed */
async->port = port;
async->done = FALSE;
- async->status = 0;
async->dns = NULL;
td->thread_hnd = curl_thread_t_null;
td->start = Curl_now();
struct Curl_dns_entry *dns = NULL;
CURLcode result = CURLE_OK;
- data->state.async.status = status;
-
if(CURL_ASYNC_SUCCESS == status) {
if(ai) {
if(data->share)
void *resolver; /* resolver state, if it is used in the URL state -
ares_channel e.g. */
int port;
- int status; /* if done is TRUE, this is the status from the callback */
BIT(done); /* set TRUE when the lookup is complete */
};