diff options
-rw-r--r-- | src/transports/winhttp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/winhttp.c b/src/transports/winhttp.c index 1e7e78cf2..b774981b0 100644 --- a/src/transports/winhttp.c +++ b/src/transports/winhttp.c @@ -362,7 +362,7 @@ static int winhttp_stream_connect(winhttp_stream *s) } git__free(proxy_wide); - } else { + } else if (0 == 1) { // TODO: How to enable this?! /* try to detect default WinHTTP proxy */ WINHTTP_PROXY_INFO proxy_info; |