VirtualBox

Changeset 57516 in vbox


Ignore:
Timestamp:
Aug 24, 2015 9:13:13 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102315
Message:

Runtime/http: additional error code

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r57004 r57516  
    16921692/** Request was redirected. */
    16931693#define VERR_HTTP_REDIRECTED                    (-894)
     1694/** Proxy couldn't be resolved. */
     1695#define VERR_HTTP_PROXY_NOT_FOUND               (-895)
    16941696/** @} */
    16951697
  • trunk/src/VBox/Runtime/common/misc/http.cpp

    r57358 r57516  
    438438                rc = VERR_HTTP_ABORTED;
    439439                break;
     440            case CURLE_COULDNT_RESOLVE_PROXY:
     441                rc = VERR_HTTP_PROXY_NOT_FOUND;
     442                break;
    440443            default:
    441444                break;
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