mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEME
This commit is contained in:
parent
3f7d9b9001
commit
267b26b24a
@ -78,6 +78,9 @@ CURLcode Curl_initinfo(struct Curl_easy *data)
|
|||||||
info->conn_primary_port = 0;
|
info->conn_primary_port = 0;
|
||||||
info->conn_local_port = 0;
|
info->conn_local_port = 0;
|
||||||
|
|
||||||
|
info->conn_scheme = 0;
|
||||||
|
info->conn_protocol = 0;
|
||||||
|
|
||||||
#ifdef USE_SSL
|
#ifdef USE_SSL
|
||||||
Curl_ssl_free_certinfo(data);
|
Curl_ssl_free_certinfo(data);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user