aboutsummaryrefslogtreecommitdiff
path: root/lib/socks.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-09-13 22:57:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-09-13 22:57:38 +0200
commit775cc1be66b7dd7994480bcb6d6a0fbf43620a96 (patch)
tree00a5c6d2ee6c16b31a65d8cf57d9cf5532b2680e /lib/socks.c
parentf05e51362f310cb04b0ad8d086b9cf693aad5c9d (diff)
parse_proxy: treat "socks://x" as a socks4 proxy
Selected socks proxy in Google's Chrome browser. Resulting in the following environment variables: NO_PROXY=localhost,127.0.0.0/8 ALL_PROXY=socks://localhost:1080/ all_proxy=socks://localhost:1080/ no_proxy=localhost,127.0.0.0/8 ... and libcurl didn't treat 'socks://' as socks but instead picked HTTP proxy. Reported by: Scott Bailey Bug: http://curl.haxx.se/bug/view.cgi?id=3566860
Diffstat (limited to 'lib/socks.c')
0 files changed, 0 insertions, 0 deletions