VirtualBox

Changeset 83355 in vbox for trunk


Ignore:
Timestamp:
Mar 20, 2020 9:22:33 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136559
Message:

IPRT/http: Fix upload/download confusion. One is in a comment. The
other one is in the code that was never in active use as far as I can
tell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r82968 r83355  
    223223    /** @name Upload callback
    224224     * @{ */
    225     /** Pointer to the download callback function, if any. */
     225    /** Pointer to the upload callback function, if any. */
    226226    PFNRTHTTPUPLOADCALLBACK         pfnUploadCallback;
    227227    /** The user argument for the upload callback function. */
     
    32143214    {
    32153215        int rc = pThis->pfnDownloadCallback(pThis, pchBuf, cbBuf, pThis->uDownloadHttpStatus, pThis->offDownloadContent,
    3216                                             pThis->cbDownloadContent, pThis->pvUploadCallbackUser);
     3216                                            pThis->cbDownloadContent, pThis->pvDownloadCallbackUser);
    32173217        if (RT_SUCCESS(rc))
    32183218        {   /* likely */ }
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