summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs_curl.h2
-rw-r--r--xs_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/xs_curl.h b/xs_curl.h
index 386fe8b..335c07a 100644
--- a/xs_curl.h
+++ b/xs_curl.h
@@ -101,7 +101,9 @@ d_char *xs_http_request(char *method, char *url, d_char *headers,
101 101
102 curl_easy_setopt(curl, CURLOPT_URL, url); 102 curl_easy_setopt(curl, CURLOPT_URL, url);
103 103
104#ifdef FORCE_TIMEOUT
104 curl_easy_setopt(curl, CURLOPT_TIMEOUT, 5L); 105 curl_easy_setopt(curl, CURLOPT_TIMEOUT, 5L);
106#endif
105 107
106#ifdef FORCE_HTTP_1_1 108#ifdef FORCE_HTTP_1_1
107 /* force HTTP/1.1 */ 109 /* force HTTP/1.1 */
diff --git a/xs_version.h b/xs_version.h
index 4fe140e..e400777 100644
--- a/xs_version.h
+++ b/xs_version.h
@@ -1 +1 @@
/* 033e3f6bbc0823b534d8a5f6887f54576fde1b86 */ /* ae969c59232f4907369f10b84796456388fcf109 */