Changeset 79862 in vbox for trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
- Timestamp:
- Jul 18, 2019 4:05:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
r78281 r79862 176 176 { 177 177 if (m_hHttp != NIL_RTHTTP) 178 {179 #if 0 /** @todo XXX: disable for now as it causes the RTHTTP handle state and curl state to get out of sync. */180 178 return RTHttpReset(m_hHttp, 0 /*fFlags*/); 181 #else182 RTHttpDestroy(m_hHttp);183 m_hHttp = NIL_RTHTTP;184 #endif185 }186 179 187 180 int rc = RTHttpCreate(&m_hHttp);
Note:
See TracChangeset
for help on using the changeset viewer.