mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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_local_port = 0;
|
||||
|
||||
info->conn_scheme = 0;
|
||||
info->conn_protocol = 0;
|
||||
|
||||
#ifdef USE_SSL
|
||||
Curl_ssl_free_certinfo(data);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user