Index: /trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp	(revision 75284)
+++ /trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp	(revision 75285)
@@ -178,5 +178,5 @@
     {
 #if 0   /** @todo XXX: disable for now as it causes the RTHTTP handle state and curl state to get out of sync. */
-        return RTHttpDestroy(m_hHttp, 0 /*fFlags*/);
+        return RTHttpReset(m_hHttp, 0 /*fFlags*/);
 #else
         RTHttpDestroy(m_hHttp);
