mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
multi: remove data->state.current_conn struct field
Not needed
This commit is contained in:
parent
eb41e8eebe
commit
784336deec
3 changed files with 5 additions and 9 deletions
|
|
@ -1295,8 +1295,6 @@ struct UrlState {
|
|||
struct POP3 *pop3;
|
||||
struct SMTP *smtp;
|
||||
} proto;
|
||||
/* current user of this SessionHandle instance, or NULL */
|
||||
struct connectdata *current_conn;
|
||||
|
||||
/* if true, force SSL connection retry (workaround for certain servers) */
|
||||
bool ssl_connect_retry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue