diff options
| -rw-r--r-- | xs_curl.h | 3 | ||||
| -rw-r--r-- | xs_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
| @@ -143,6 +143,9 @@ d_char *xs_http_request(char *method, char *url, d_char *headers, | |||
| 143 | list = curl_slist_append(list, h); | 143 | list = curl_slist_append(list, h); |
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | /* disable server support for 100-continue */ | ||
| 147 | list = curl_slist_append(list, "Expect:"); | ||
| 148 | |||
| 146 | curl_easy_setopt(curl, CURLOPT_HTTPHEADER, list); | 149 | curl_easy_setopt(curl, CURLOPT_HTTPHEADER, list); |
| 147 | 150 | ||
| 148 | /* do it */ | 151 | /* do it */ |
diff --git a/xs_version.h b/xs_version.h index 8a9d469..c3398c3 100644 --- a/xs_version.h +++ b/xs_version.h | |||
| @@ -1 +1 @@ | |||
| /* 870b15e48a153ac601046ac2dc72dd8ccb0c77a4 */ | /* 8450903c195f5a3bf4b96de961131d6e419321a4 */ | ||