You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/tshttpproxy
Aaron Klotz 6e91f872af net/tshttpproxy: ensure we pass the correct flags to WinHttpOpen on Win7 and Win8.0
The best flag to use on Win7 and Win8.0 is deprecated in Win8.1, so we resolve
the flag depending on OS version info.

Fixes https://github.com/tailscale/tailscale/issues/4201

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
3 years ago
..
tshttpproxy.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 4 years ago
tshttpproxy_future.go all: gofmt with Go 1.17 3 years ago
tshttpproxy_test.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 4 years ago
tshttpproxy_windows.go net/tshttpproxy: ensure we pass the correct flags to WinHttpOpen on Win7 and Win8.0 3 years ago