VirtualBox

Ignore:
Timestamp:
Nov 6, 2018 1:33:15 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/http: Fix unintended rename in previous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp

    r75108 r75285  
    178178    {
    179179#if 0   /** @todo XXX: disable for now as it causes the RTHTTP handle state and curl state to get out of sync. */
    180         return RTHttpDestroy(m_hHttp, 0 /*fFlags*/);
     180        return RTHttpReset(m_hHttp, 0 /*fFlags*/);
    181181#else
    182182        RTHttpDestroy(m_hHttp);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette