aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-16 17:30:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-16 21:56:56 +0200
commit01811b67405c54960c2175075691f59a0d066068 (patch)
treec8f5fb21129257819acc52e90ce4dfd97546fdfc /lib/urldata.h
parent12ccaed2a53c07edb12f5b4e944d3a78e6a6fa0c (diff)
http-proxy: fix chunked-encoded CONNECT responses
Regression since 5113ad0424. ... and remove 'flaky' from test 1061 again Closes #1579
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 23423e11b..62037d0f2 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -905,6 +905,7 @@ struct http_connect_state {
char *line_start;
char *ptr; /* where to store more data */
curl_off_t cl; /* size of content to read and ignore */
+ bool chunked_encoding;
enum {
TUNNEL_INIT, /* init/default/no tunnel state */
TUNNEL_CONNECT, /* CONNECT has been sent off */