mirror of
https://github.com/curl/curl.git
synced 2026-05-06 19:27:29 +03:00
urldata: remove unused asked_for_h2 field
This commit is contained in:
parent
adb4e41a1a
commit
44ffe27056
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue