Changeset 57944 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Sep 29, 2015 3:07:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r57905 r57944 177 177 * Defined Constants And Macros * 178 178 *********************************************************************************************************************************/ 179 /** @def RTHTTP_MAX_MEM_DOWNLOAD 179 /** @def RTHTTP_MAX_MEM_DOWNLOAD_SIZE 180 180 * The max size we are allowed to download to a memory buffer. 181 181 * … … 598 598 * Configures a proxy given a "URL" like specification. 599 599 * 600 * Format is [<scheme>"://"][<userid>[@<password>]:]<server>[":"<port>]. 600 * Format is: 601 * <pre> [<scheme>"://"][<userid>[@<password>]:]<server>[":"<port>] </pre> 601 602 * 602 603 * @returns IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.