mirror of
https://github.com/curl/curl.git
synced 2026-08-12 16:50:54 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -93,7 +93,7 @@ int main(void)
|
|||
|
||||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
struct state st = {0};
|
||||
struct state st = { 0 };
|
||||
|
||||
/* enable HSTS for this handle */
|
||||
curl_easy_setopt(curl, CURLOPT_HSTS_CTRL, CURLHSTS_ENABLE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue