| Description | В Windows 10, начиная с билда 1507, в WinInet появилась поддержка протокола HTTP/2, но его нужно включать руками:
INTERNET_OPTION_ENABLE_HTTP_PROTOCOL
148
Sets a DWORD bitmask of acceptable advanced HTTP versions. May be set on any handle type. Possible values are:
HTTP_PROTOCOL_FLAG_HTTP2 (0x2). Supported on Windows 10, version 1507 and later.
Legacy versions of HTTP (1.1 and prior) cannot be disabled using this option. The default is 0x0. Supported in Windows 10, version 1507 and later.
https://docs.microsoft.com/ru-ru/windows/desktop/WinInet/option-flags |
|---|