aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index a42b09c76..440646d08 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -485,8 +485,12 @@ struct ConnectBits {
when Curl_done() is called, to prevent Curl_done() to
get invoked twice when the multi interface is
used. */
- bool stream_was_rewound; /* Indicates that the stream was rewound after a request
- read past the end of its response byte boundary */
+ bool stream_was_rewound; /* Indicates that the stream was rewound after a
+ request read past the end of its response byte
+ boundary */
+ bool proxy_connect_closed; /* set true if a proxy disconnected the
+ connection in a CONNECT request with auth, so
+ that libcurl should reconnect and continue. */
};
struct hostname {