Changeset 57516 in vbox for trunk/src/VBox
- Timestamp:
- Aug 24, 2015 9:13:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/http.cpp
r57358 r57516 438 438 rc = VERR_HTTP_ABORTED; 439 439 break; 440 case CURLE_COULDNT_RESOLVE_PROXY: 441 rc = VERR_HTTP_PROXY_NOT_FOUND; 442 break; 440 443 default: 441 444 break;
Note:
See TracChangeset
for help on using the changeset viewer.