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
@@ -73,6 +80,12 @@ REM ================================================================
73
80
:sub__install_one
74
81
echo Installing package %1...
75
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