summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-02-08 17:04:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-02-08 22:39:34 +0100
commitd836d362ec4c1d467ef5df370ae2573cbd1bfd2b (patch)
treee0a4a553b7e9250b1575c2944450945fa235604f /lib/urldata.h
parentff9ec4e4a0d932f83e101e02955a8023ad38638a (diff)
downloadcurl-d836d362ec4c1d467ef5df370ae2573cbd1bfd2b.tar.gz
urldata: remove the 'rtspversion' field
from struct connectdata and the corresponding code in http.c that set it. It was never used for anything! Closes #6581
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 09a78d922..02a034217 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -981,12 +981,8 @@ struct connectdata {
char *user; /* user name string, allocated */
char *passwd; /* password string, allocated */
char *options; /* options string, allocated */
-
char *sasl_authzid; /* authorisation identity string, allocated */
-
int httpversion; /* the HTTP version*10 reported by the server */
- int rtspversion; /* the RTSP version*10 reported by the server */
-
struct curltime now; /* "current" time */
struct curltime created; /* creation time */
struct curltime lastused; /* when returned to the connection cache */