Browse Source

util.c - bug - proxy - no data end condition

nfactor-troky
Kano 12 years ago
parent
commit
41dcb10d4c
  1. 1
      util.c

1
util.c

@ -480,6 +480,7 @@ static struct { @@ -480,6 +480,7 @@ static struct {
{ "socks4a:", CURLPROXY_SOCKS4A },
{ "socks5h:", CURLPROXY_SOCKS5_HOSTNAME },
#endif
{ NULL, 0 }
};
#endif

Loading…
Cancel
Save