aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2016-11-07 21:25:44 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-11-17 17:34:02 +0100
commit0b8d682f81ee9acb763dd4c9ad805fe08d1227c0 (patch)
treef6541f17df4607094640e4456d6fc15b48b65f35 /lib/urldata.h
parent2ece147cc216b470023448ddcc7f5359465998b2 (diff)
Don't mix unix domain sockets with regular ones
When reusing a connection, make sure the unix domain socket option matches.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 0aed9eaa5..921407354 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1099,6 +1099,10 @@ struct connectdata {
struct connectbundle *bundle; /* The bundle we are member of */
int negnpn; /* APLN or NPN TLS negotiated protocol, CURL_HTTP_VERSION* */
+
+#ifdef USE_UNIX_SOCKETS
+ char *unix_domain_socket;
+#endif
};
/* The end of connectdata. */