Changeset 58202 in vbox
- Timestamp:
- Oct 12, 2015 3:42:07 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103316
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r58201 r58202 2331 2331 rcCurl = curl_easy_setopt(pThis->pCurl, CURLOPT_WRITEDATA, (void *)pThis); 2332 2332 if (!CURL_FAILURE(rcCurl)) 2333 rcCurl = curl_easy_setopt(pThis->pCurl, CURLOPT_NOBODY, fNoBody :1L : 0L);2333 rcCurl = curl_easy_setopt(pThis->pCurl, CURLOPT_NOBODY, fNoBody ? 1L : 0L); 2334 2334 if (!CURL_FAILURE(rcCurl)) 2335 2335 {
Note:
See TracChangeset
for help on using the changeset viewer.