Changeset 73334 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Jul 23, 2018 4:52:04 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123943
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTHttp.cpp
r69434 r73334 56 56 if (RT_FAILURE(rc)) 57 57 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTHttpCreate failed: %Rrc", rc); 58 rc = RTHttpSetFollowRedirects(hHttp, 8); 59 if (RT_FAILURE(rc)) 60 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTHttpSetFollowRedirects(,8) failed: %Rrc", rc); 58 61 59 62 /*
Note:
See TracChangeset
for help on using the changeset viewer.