VirtualBox

Ignore:
Timestamp:
Apr 5, 2013 3:00:45 PM (12 years ago)
Author:
vboxsync
Message:

Runtime/http: added error code + don't make tstHttp fail if we can't connect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/http.cpp

    r45343 r45381  
    340340                rc = VERR_HTTP_NOT_FOUND;
    341341                break;
     342            case CURLE_COULDNT_CONNECT:
     343                rc = VERR_HTTP_COULDNT_CONNECT;
     344                break;
    342345            default:
    343346                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