Changeset 45381 in vbox for trunk/src/VBox/Runtime/common/misc/http.cpp
- Timestamp:
- Apr 5, 2013 3:00:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/http.cpp
r45343 r45381 340 340 rc = VERR_HTTP_NOT_FOUND; 341 341 break; 342 case CURLE_COULDNT_CONNECT: 343 rc = VERR_HTTP_COULDNT_CONNECT; 344 break; 342 345 default: 343 346 break;
Note:
See TracChangeset
for help on using the changeset viewer.