aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-25 11:38:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-25 11:38:13 +0000
commitb819c72700d5f01cab5848f1cd3c880205d01c81 (patch)
tree94a69e7075bcdfde79837c6d9568a7ef7cea8e1e /lib/urldata.h
parentd2cfb7fd13e1559cfa1cb1439a3faa683da99a25 (diff)
- Adam D. Moss made the HTTP CONNECT procedure less blocking when used from
the multi interface. Note that it still does a part of the connection in a blocking manner.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 6a1f7045e..2e13f6046 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -470,6 +470,8 @@ struct ConnectBits {
This is implicit when SSL-protocols are used through
proxies, but can also be enabled explicitly by
apps */
+ bool tunnel_connecting; /* TRUE while we're still waiting for a proxy CONNECT
+ */
bool authneg; /* TRUE when the auth phase has started, which means
that we are creating a request with an auth header,
but it is not the final request in the auth