aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-29 09:36:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-29 09:36:41 +0000
commit26983053c431bf470a7293d184447bcb44b98f68 (patch)
treec10d84fa142ff7ed2f069f93c6ec5b575d9469d6 /lib/urldata.h
parent8e0043165a05318f46c9ba1b98c6c3e88245a5f0 (diff)
take port numbers into account when finding a previous session from the
cache
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 8f155e394..72e288142 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -130,6 +130,7 @@ struct curl_ssl_session {
char *name; /* host name for which this ID was used */
void *sessionid; /* as returned from the SSL layer */
long age; /* just a number, the higher the more recent */
+ unsigned short remote_port; /* remote port to connect to */
};
struct ssl_config_data {