VirtualBox

Changeset 58738 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Nov 18, 2015 12:34:39 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104175
Message:

Runtime/http-curl: distinguish between "URL not found" and "host not found"

File:
1 edited

Legend:

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

    r58419 r58738  
    20782078            case CURLE_URL_MALFORMAT:
    20792079            case CURLE_COULDNT_RESOLVE_HOST:
    2080                 rc = VERR_HTTP_NOT_FOUND;
     2080                rc = VERR_HTTP_HOST_NOT_FOUND;
    20812081                break;
    20822082            case CURLE_COULDNT_CONNECT:
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