gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5286 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5286 - libmicrohttpd/src/daemon
Date: Sun, 8 Jul 2007 22:32:44 -0600 (MDT)

Author: grothoff
Date: 2007-07-08 22:32:38 -0600 (Sun, 08 Jul 2007)
New Revision: 5286

Modified:
   libmicrohttpd/src/daemon/daemontest_post.c
   libmicrohttpd/src/daemon/daemontest_put.c
Log:
10

Modified: libmicrohttpd/src/daemon/daemontest_post.c
===================================================================
--- libmicrohttpd/src/daemon/daemontest_post.c  2007-07-09 04:23:56 UTC (rev 
5285)
+++ libmicrohttpd/src/daemon/daemontest_post.c  2007-07-09 04:32:38 UTC (rev 
5286)
@@ -132,6 +132,9 @@
                   CURLOPT_TIMEOUT,
                   2L);
   curl_easy_setopt(c,
+                  CURLOPT_HTTP_VERSION,
+                  CURL_HTTP_VERSION_1_0);
+  curl_easy_setopt(c,
                   CURLOPT_CONNECTTIMEOUT,
                   2L);
   // NOTE: use of CONNECTTIMEOUT without also
@@ -203,6 +206,9 @@
                   CURLOPT_TIMEOUT,
                   2L);
   curl_easy_setopt(c,
+                  CURLOPT_HTTP_VERSION,
+                  CURL_HTTP_VERSION_1_0);
+  curl_easy_setopt(c,
                   CURLOPT_CONNECTTIMEOUT,
                   2L);
   // NOTE: use of CONNECTTIMEOUT without also
@@ -285,6 +291,9 @@
                   CURLOPT_TIMEOUT,
                   5L);
   curl_easy_setopt(c,
+                  CURLOPT_HTTP_VERSION,
+                  CURL_HTTP_VERSION_1_0);
+  curl_easy_setopt(c,
                   CURLOPT_CONNECTTIMEOUT,
                   5L);
   // NOTE: use of CONNECTTIMEOUT without also

Modified: libmicrohttpd/src/daemon/daemontest_put.c
===================================================================
--- libmicrohttpd/src/daemon/daemontest_put.c   2007-07-09 04:23:56 UTC (rev 
5285)
+++ libmicrohttpd/src/daemon/daemontest_put.c   2007-07-09 04:32:38 UTC (rev 
5286)
@@ -165,6 +165,9 @@
                   CURLOPT_TIMEOUT,
                   15L);
   curl_easy_setopt(c,
+                  CURLOPT_HTTP_VERSION,
+                  CURL_HTTP_VERSION_1_0);
+  curl_easy_setopt(c,
                   CURLOPT_CONNECTTIMEOUT,
                   15L);
   // NOTE: use of CONNECTTIMEOUT without also
@@ -244,6 +247,9 @@
                   CURLOPT_TIMEOUT,
                   15L);
   curl_easy_setopt(c,
+                  CURLOPT_HTTP_VERSION,
+                  CURL_HTTP_VERSION_1_0);
+  curl_easy_setopt(c,
                   CURLOPT_CONNECTTIMEOUT,
                   15L);
   // NOTE: use of CONNECTTIMEOUT without also
@@ -334,6 +340,9 @@
                   CURLOPT_TIMEOUT,
                   15L);
   curl_easy_setopt(c,
+                  CURLOPT_HTTP_VERSION,
+                  CURL_HTTP_VERSION_1_0);
+  curl_easy_setopt(c,
                   CURLOPT_CONNECTTIMEOUT,
                   15L);
   // NOTE: use of CONNECTTIMEOUT without also





reply via email to

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