mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
urldata: remove unused asked_for_h2 field
This commit is contained in:
parent
adb4e41a1a
commit
44ffe27056
@ -262,9 +262,6 @@ struct ssl_connect_data {
|
||||
current state of the connection. */
|
||||
bool use;
|
||||
ssl_connection_state state;
|
||||
#ifdef USE_NGHTTP2
|
||||
bool asked_for_h2;
|
||||
#endif
|
||||
#ifdef USE_OPENSSL
|
||||
/* these ones requires specific SSL-types */
|
||||
SSL_CTX* ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user