VirtualBox

Changeset 74251 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Sep 13, 2018 4:35:23 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125045
Message:

IRPT/rest,http: Use header callbacks for capturing header values in responses. Removed [P]FNCREATEINSTANCE as it isn't needed any more (and it didn't work like expected for RTCRestString). Some HTTP header callback updates. bugref:9167 [build fix]

File:
1 edited

Legend:

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

    r74250 r74251  
    300300                 */
    301301                RTCRestObjectBase *pValue;
    302                 int rc = a_pMap->putNewValue(&pValue, a_pchField, a_cchField);
     302                rc = a_pMap->putNewValue(&pValue, a_pchField, a_cchField);
    303303                if (RT_SUCCESS(rc))
    304304                {
Note: See TracChangeset for help on using the changeset viewer.

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