mirror of
https://github.com/curl/curl.git
synced 2026-06-05 01:34:15 +03:00
fix comment
This commit is contained in:
parent
9fb783fa59
commit
c8eccf074b
1 changed files with 1 additions and 1 deletions
|
|
@ -1295,7 +1295,7 @@ connect_sub_chain:
|
|||
/* sub-chain connected, do we need to add more? */
|
||||
#ifndef CURL_DISABLE_PROXY
|
||||
if(ctx->state < CF_SETUP_CNNCT_SOCKS && cf->conn->bits.socksproxy) {
|
||||
/* Where to we need the SOCKS to connect to? */
|
||||
/* Where do we need the SOCKS to connect to? */
|
||||
if(cf->conn->bits.httpproxy) {
|
||||
result = Curl_cf_socks_proxy_insert_after(
|
||||
cf, data, cf->conn->socks_proxy.proxytype, "HTTP proxy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue