gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 319/411: tool_operate: set HSTS with CURLOPT_HSTS to pass on fil


From: gnunet
Subject: [gnurl] 319/411: tool_operate: set HSTS with CURLOPT_HSTS to pass on filename
Date: Wed, 13 Jan 2021 01:22:14 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit f7e72f4d5cda12e9a3881a37c8557885342bc5c5
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Nov 5 09:17:58 2020 +0100

    tool_operate: set HSTS with CURLOPT_HSTS to pass on filename
    
    Closes #6175
---
 src/tool_operate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tool_operate.c b/src/tool_operate.c
index 0372e423b..bc9dc058b 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -2073,7 +2073,7 @@ static CURLcode single_transfer(struct GlobalConfig 
*global,
           my_setopt_str(curl, CURLOPT_ALTSVC, config->altsvc);
 
         if(config->hsts)
-          my_setopt_bitmask(curl, CURLOPT_HSTS_CTRL, CURLHSTS_ENABLE);
+          my_setopt_str(curl, CURLOPT_HSTS, config->hsts);
 
 #ifdef USE_METALINK
         if(!metalink && config->use_metalink) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]