VirtualBox

Changeset 57516 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 24, 2015 9:13:13 PM (9 years ago)
Author:
vboxsync
Message:

Runtime/http: additional error code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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