You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vcpkg downloads may not succeed. Warn careful readers of the time out.
A simple retry will usually resolve the issue.
Signed-off-by: Philip Oakley <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
Copy file name to clipboardexpand all lines: compat/vcbuild/vcpkg_install.bat
+6
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,12 @@ REM ================================================================
80
80
:sub__install_one
81
81
echo Installing package %1...
82
82
83
+
REM vcpkg may not be reliable on slow, intermittent or proxy
84
+
REM connections, see e.g.
85
+
REM https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/4a8f7be5-5e15-4213-a7bb-ddf424a954e6/winhttpsendrequest-ends-with-12002-errorhttptimeout-after-21-seconds-no-matter-what-timeout?forum=windowssdk
86
+
REM which explains the hidden 21 second timeout
87
+
REM (last post by Dave : Microsoft - Windows Networking team)
0 commit comments