gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7679 - libmicrohttpd/src/testcurl/https


From: gnunet
Subject: [GNUnet-SVN] r7679 - libmicrohttpd/src/testcurl/https
Date: Wed, 10 Sep 2008 20:50:17 -0600 (MDT)

Author: grothoff
Date: 2008-09-10 20:50:17 -0600 (Wed, 10 Sep 2008)
New Revision: 7679

Modified:
   libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c
   libmicrohttpd/src/testcurl/https/mhds_session_info_test.c
   libmicrohttpd/src/testcurl/https/tls_authentication_test.c
Log:
fix

Modified: libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c   2008-09-11 
02:45:32 UTC (rev 7678)
+++ libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c   2008-09-11 
02:50:17 UTC (rev 7679)
@@ -29,6 +29,8 @@
 #include <curl/curl.h>
 #include <sys/stat.h>
 
+#define DEBUG_CURL_VERBOSE 0
+
 #define PAGE_NOT_FOUND "<html><head><title>File not 
found</title></head><body>File not found</body></html>"
 
 #define MHD_E_SERVER_INIT "Error: failed to start server\n"
@@ -162,7 +164,7 @@
            test_file_name);
 
   c = curl_easy_init ();
-#ifdef DEBUG
+#if DEBUG_CURL_VERBOSE
   curl_easy_setopt (c, CURLOPT_VERBOSE, 1);
 #endif
   curl_easy_setopt (c, CURLOPT_URL, url);

Modified: libmicrohttpd/src/testcurl/https/mhds_session_info_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/mhds_session_info_test.c   2008-09-11 
02:45:32 UTC (rev 7678)
+++ libmicrohttpd/src/testcurl/https/mhds_session_info_test.c   2008-09-11 
02:50:17 UTC (rev 7679)
@@ -28,6 +28,7 @@
 #include "microhttpd.h"
 #include <curl/curl.h>
 
+#define DEBUG_CURL_VERBOSE 0
 #define EMPTY_PAGE "<html><head><title>Empty page</title></head><body>Empty 
page</body></html>"
 
 #include "tls_test_keys.h"
@@ -166,7 +167,7 @@
     return 2;
 
   c = curl_easy_init ();
-#ifdef DEBUG
+#ifdef DEBUG_CURL_VERBOSE
   curl_easy_setopt (c, CURLOPT_VERBOSE, 1);
 #endif
   curl_easy_setopt (c, CURLOPT_URL, url);

Modified: libmicrohttpd/src/testcurl/https/tls_authentication_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_authentication_test.c  2008-09-11 
02:45:32 UTC (rev 7678)
+++ libmicrohttpd/src/testcurl/https/tls_authentication_test.c  2008-09-11 
02:50:17 UTC (rev 7679)
@@ -29,6 +29,7 @@
 #include <curl/curl.h>
 #include <sys/stat.h>
 
+#define DEBUG_CURL_VERBOSE 0
 #define PAGE_NOT_FOUND "<html><head><title>File not 
found</title></head><body>File not found</body></html>"
 
 #define MHD_E_MEM "Error: memory error\n"
@@ -170,7 +171,7 @@
            doc_path, test_file_name);
 
   c = curl_easy_init ();
-#ifdef DEBUG
+#if DEBUG_CURL_VERBOSE
   curl_easy_setopt (c, CURLOPT_VERBOSE, 1);
 #endif
   curl_easy_setopt (c, CURLOPT_URL, url);





reply via email to

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