}
}
+ Curl_safefree(conn->allocptr.host);
+
ptr = checkheaders(data, "Host:");
if(ptr && !data->state.this_is_a_follow) {
/* If we have a given custom Host: header, we extract the host name in
memcpy(conn->allocptr.cookiehost, start, len);
conn->allocptr.cookiehost[len]=0;
}
+
+ conn->allocptr.host = NULL;
}
else {
- Curl_safefree(conn->allocptr.host);
-
/* When building Host: headers, we must put the host name within
[brackets] if the host name is a plain IPv6-address. RFC2732-style. */