summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2022-11-14 16:44:12 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-11-15 15:56:25 +0100
commita8e6351e1211bf60569d29507e9b0a843d796661 (patch)
tree6193721624bf4dbf7621b8ee4ca0bf3a3325c513 /lib/urldata.h
parent6967571bf20624bc4cfa68fb8f90cbc53a87c6f2 (diff)
downloadcurl-a8e6351e1211bf60569d29507e9b0a843d796661.tar.gz
proxy: refactor haproxy protocol handling as connection filter
Closes #9893
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 9cc2b3230..638763cf7 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1427,10 +1427,6 @@ struct UrlState {
trailers_state trailers_state; /* whether we are sending trailers
and what stage are we at */
#endif
-#ifndef CURL_DISABLE_PROXY
- /* to keep track whether we already sent PROXY header or not */
- BIT(is_haproxy_hdr_sent);
-#endif
#ifdef USE_HYPER
bool hconnect; /* set if a CONNECT request */
CURLcode hresult; /* used to pass return codes back from hyper callbacks */