Don't expect 100-continue
This commit is contained in:
parent
77457ad61b
commit
79e7175f87
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ CurlWorker::CurlWorker(QUrl addr, void* parent)
|
|||
|
||||
_opts = NULL;
|
||||
|
||||
_opts = curl_slist_append(_opts, "Expect:");
|
||||
_opts = curl_slist_append(_opts, "Transfer-Encoding: chunked");
|
||||
_opts = curl_slist_append(_opts, "Content-Type: application/ipp");
|
||||
_opts = curl_slist_append(_opts, "User-Agent: SeaPrint " SEAPRINT_VERSION);
|
||||
|
|
Loading…
Reference in a new issue