aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorZachary Seguin <zachary@zacharyseguin.ca>2017-12-05 22:15:31 -0500
committerDaniel Stenberg <daniel@haxx.se>2017-12-07 09:48:33 +0100
commit55e609890f4b1eb6e909a46f1b56b61e91727fa4 (patch)
tree6394a8d835cfb6f009bdcaec3ad7be09c98a0acf /lib/urldata.h
parentc103cac3c82dd4484b375b0a940c22aac6f9be74 (diff)
CONNECT: keep close connection flag in http_connect_state struct
Fixes #2088 Closes #2157
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 3152a11d9..85a03c72b 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -755,6 +755,7 @@ struct http_connect_state {
TUNNEL_CONNECT, /* CONNECT has been sent off */
TUNNEL_COMPLETE /* CONNECT response received completely */
} tunnel_state;
+ bool close_connection;
};
/*