Changeset 83356 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Mar 20, 2020 9:30:57 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r83355 r83356 3641 3641 pThis->ReadData.Mem.offMem = 0; 3642 3642 rcCurl = rtHttpSetReadCallback(pThis, rtHttpReadData, pThis); 3643 /* curl will use chunked transfer is it doesn't know the body size */ 3644 if (enmMethod == RTHTTPMETHOD_PUT && CURL_SUCCESS(rcCurl)) 3645 rcCurl = curl_easy_setopt(pThis->pCurl, CURLOPT_INFILESIZE_LARGE, cbReqBody); 3643 3646 } 3644 3647 }
Note:
See TracChangeset
for help on using the changeset viewer.