Add. HTTP_VERSION_XXX constants
This commit is contained in:
parent
c231e6bc25
commit
bb4ed6d1fc
@ -254,6 +254,12 @@ FLG_ENTRY( SSLVERSION_TLSv1_2 )
|
||||
FLG_ENTRY( TLSAUTH_SRP )
|
||||
#endif
|
||||
|
||||
FLG_ENTRY( HTTP_VERSION_NONE )
|
||||
FLG_ENTRY( HTTP_VERSION_1_0 )
|
||||
FLG_ENTRY( HTTP_VERSION_1_1 )
|
||||
#if LCURL_CURL_VER_GE(7,33,0)
|
||||
FLG_ENTRY( HTTP_VERSION_2_0 )
|
||||
#endif
|
||||
|
||||
#ifdef OPT_ENTRY_IS_NULL
|
||||
# undef OPT_ENTRY
|
||||
|
Loading…
x
Reference in New Issue
Block a user