aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2014-10-29 14:24:54 +0100
committerKamil Dudka <kdudka@redhat.com>2014-10-29 14:34:46 +0100
commit276741af4ddebe0cc0d446712fb8dfdf0c140e7b (patch)
treeb91d8e7b0faa6e2adf2b57a75a9a6939a52f06ea /lib/urldata.h
parent3f430c9c3a4e3748bc075b633a9324c5037c9fe7 (diff)
transfer: drop the code handling the ssl_connect_retry flag
Its last use has been removed by the previous commit.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index ec80a7f82..83d190453 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1321,8 +1321,6 @@ struct UrlState {
long rtsp_next_server_CSeq; /* the session's next server CSeq */
long rtsp_CSeq_recv; /* most recent CSeq received */
- /* if true, force SSL connection retry (workaround for certain servers) */
- bool ssl_connect_retry;
curl_off_t infilesize; /* size of file to upload, -1 means unknown.
Copied from set.filesize at start of operation */
};