VirtualBox

Changeset 102146 in vbox for trunk


Ignore:
Timestamp:
Nov 18, 2023 5:53:25 PM (15 months ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Implemented support for percent-encoded URLs for HTTP downloads. Extended testcase [build fix]. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp

    r102141 r102146  
    6161    /** File allocation size.
    6262     *  Specify UINT64_MAX for random size. */
    63     size_t      cbSize;
     63    uint64_t    cbSize;
    6464    /** Expected test result. */
    6565    int         rc;
     
    6969    /* Note: For RTHttpGetFile() the URL needs to be percent-encoded. */
    7070    "file2 with spaces.txt",              "file2%20with%20spaces.txt", UINT64_MAX, VINF_SUCCESS,
    71     "bigfile.bin",                        "bigfile.bin",               _1G      VINF_SUCCESS
     71    "bigfile.bin",                        "bigfile.bin",               _1G64,      VINF_SUCCESS
    7272};
    7373
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