mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-19 11:16:15 +00:00
winhttp: disambiguate error messages when sending requests
This commit is contained in:
parent
cf8e9a3ad5
commit
b65a5e9ba9
@ -881,7 +881,7 @@ static int send_request(winhttp_stream *s, size_t len, int ignore_length)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((error = do_send_request(s, len, ignore_length)) < 0)
|
if ((error = do_send_request(s, len, ignore_length)) < 0)
|
||||||
giterr_set(GITERR_OS, "failed to send request");
|
giterr_set(GITERR_OS, "failed to send request with unchecked certificate");
|
||||||
|
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user