We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c170b0d commit dc155b1Copy full SHA for dc155b1
1 file changed
net/curl.h
@@ -242,6 +242,7 @@ class cURL {
242
setopt(CURLOPT_ERRORBUFFER, m_errmsg);
243
setopt(CURLOPT_NOSIGNAL, 1L);
244
setopt(CURLOPT_TCP_NODELAY, 1L);
245
+ setopt(CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
246
m_errmsg[0] = '\0';
247
}
248
~cURL() { curl_easy_cleanup(m_curl); }
0 commit comments