mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 02:10:03 +00:00
![]() When we fetch twice with the same remote object, we did not properly clear the connection flags, so we would leak state from the last connection. This can cause the second fetch with the same remote object to fail if using a HTTP URL where the server redirects to HTTPS, as the second fetch would see `use_ssl` set and think the initial connection wanted to downgrade the connection. |
||
---|---|---|
.. | ||
clone.c | ||
fetch.c | ||
fetchhead.c | ||
push_util.c | ||
push_util.h | ||
push.c |