gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/03: test_get_close_keep_alive: removed double assignm


From: gnunet
Subject: [libmicrohttpd] 03/03: test_get_close_keep_alive: removed double assignment of curl header
Date: Wed, 18 Aug 2021 09:25:17 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 3db35a4ca6192cd26770ee69f1c48e353535b70d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Aug 18 10:18:37 2021 +0300

    test_get_close_keep_alive: removed double assignment of curl header
---
 src/testcurl/test_get_close_keep_alive.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/testcurl/test_get_close_keep_alive.c 
b/src/testcurl/test_get_close_keep_alive.c
index 2350c3fb..1dbf7cc4 100644
--- a/src/testcurl/test_get_close_keep_alive.c
+++ b/src/testcurl/test_get_close_keep_alive.c
@@ -381,8 +381,6 @@ curlEasyInitForTest (const char *queryPath, int port, 
struct CBC *pcbc,
                                      lcurl_hdr_callback)) ||
       (CURLE_OK != curl_easy_setopt (c, CURLOPT_HEADERDATA,
                                      hdr_chk_result)) ||
-      (add_hdr_k_alive && (CURLE_OK != curl_easy_setopt (c, CURLOPT_HTTPHEADER,
-                                                         curl_k_alive_hdr))) ||
       (CURLE_OK != curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L)) ||
       (oneone) ?
       (CURLE_OK != curl_easy_setopt (c, CURLOPT_HTTP_VERSION,

-- 
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]