mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
parent
692c73707a
commit
076a2f6291
11 changed files with 109 additions and 11 deletions
|
|
@ -1396,6 +1396,9 @@ CURLcode Curl_pretransfer(struct Curl_easy *data)
|
|||
if(data->state.resolve)
|
||||
result = Curl_loadhostpairs(data);
|
||||
|
||||
/* If there is a list of hsts files to read */
|
||||
Curl_hsts_loadfiles(data);
|
||||
|
||||
if(!result) {
|
||||
/* Allow data->set.use_port to set which port to use. This needs to be
|
||||
* disabled for example when we follow Location: headers to URLs using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue