Josh Bleecher Snyder d4fd80c5d7 net/tshttpproxy: use correct size for Windows BOOL argument
The Windows BOOL type is an int32. We were using a bool,
which is a one byte wide. This could be responsible for the
ERROR_INVALID_PARAMETER errors we were seeing for calls to
WinHttpGetProxyForUrl.

We manually checked all other existing Windows syscalls
for similar mistakes and did not find any.

Updates #879

Co-authored-by: Aaron Klotz <aaron@tailscale.com>
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
(cherry picked from commit ca1b3fe235ca617c4128fcc00d924e85535b4b8e)
2021-12-14 11:11:36 -08:00
..
2021-08-05 15:54:00 -07:00
2021-10-12 21:23:14 -07:00
2021-08-05 15:54:00 -07:00