]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
Add support for lowercase proxy environment variables
authorChristopher Bargren <cbargren@gmail.com>
Tue, 7 Feb 2017 23:33:28 +0000 (16:33 -0700)
committerChristopher Bargren <cbargren@gmail.com>
Wed, 8 Feb 2017 22:01:24 +0000 (15:01 -0700)
commit5f3276c7e66fe54b0485da2def84a6ae322cce59
treedfb42b1205b2ef82ba6ce19e1c3885b688b7cd3d
parent887c1931a293cc6bb2687fea7a8303ab3e8fbc7e
Add support for lowercase proxy environment variables

curl supports HTTPS_PROXY in addition to https_proxy (and their http counterparts). This change ensures parity with curl's behavior.
src/remote.c