Changeset 75103 in vbox
- Timestamp:
- Oct 26, 2018 3:00:04 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r74379 r75103 416 416 AssertReturn(!pThis->fBusy, VERR_WRONG_ORDER); 417 417 418 /* This resets options, but keeps open connections, cookies, etc. */ 419 curl_easy_reset(pThis->pCurl); 420 421 rtHttpFreeHeaders(pThis); 422 418 423 pThis->uDownloadHttpStatus = UINT32_MAX; 419 424 pThis->cbDownloadContent = UINT64_MAX; … … 423 428 pThis->rcOutput = VINF_SUCCESS; 424 429 425 /* This resets options, but keeps open connections, cookies, etc. */426 curl_easy_reset(pThis->pCurl);427 430 return VINF_SUCCESS; 428 431 }
Note:
See TracChangeset
for help on using the changeset viewer.