Changeset 75108 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Oct 26, 2018 3:44:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
r74425 r75108 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 Reset(m_hHttp);180 return RTHttpDestroy(m_hHttp, 0 /*fFlags*/); 181 181 #else 182 182 RTHttpDestroy(m_hHttp);
Note:
See TracChangeset
for help on using the changeset viewer.