We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c62ab commit 38a3a37Copy full SHA for 38a3a37
src/libgit2/transports/winhttp.c
@@ -443,7 +443,7 @@ static int winhttp_stream_connect(winhttp_stream *s)
443
444
git_net_url_dispose(&t->proxy.url);
445
446
- if ((error = git_net_url_parse(&t->proxy.url, proxy_url)) < 0)
+ if ((error = git_net_url_parse_http(&t->proxy.url, proxy_url)) < 0)
447
goto on_error;
448
449
if (!git_net_url_valid(&t->proxy.url)) {
0 commit comments