Changeset 75285 in vbox for trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
- Timestamp:
- Nov 6, 2018 1:33:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
r75108 r75285 178 178 { 179 179 #if 0 /** @todo XXX: disable for now as it causes the RTHTTP handle state and curl state to get out of sync. */ 180 return RTHttp Destroy(m_hHttp, 0 /*fFlags*/);180 return RTHttpReset(m_hHttp, 0 /*fFlags*/); 181 181 #else 182 182 RTHttpDestroy(m_hHttp);
Note:
See TracChangeset
for help on using the changeset viewer.