urldata: remove unused asked_for_h2 field
This commit is contained in:
committed by
Daniel Stenberg
parent
adb4e41a1a
commit
44ffe27056
@@ -262,9 +262,6 @@ struct ssl_connect_data {
|
|||||||
current state of the connection. */
|
current state of the connection. */
|
||||||
bool use;
|
bool use;
|
||||||
ssl_connection_state state;
|
ssl_connection_state state;
|
||||||
#ifdef USE_NGHTTP2
|
|
||||||
bool asked_for_h2;
|
|
||||||
#endif
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
/* these ones requires specific SSL-types */
|
/* these ones requires specific SSL-types */
|
||||||
SSL_CTX* ctx;
|
SSL_CTX* ctx;
|
||||||
|
|||||||
Reference in New Issue
Block a user