Add. RECURSIVE_API_CALL error code.
This commit is contained in:
parent
1a44488fe9
commit
aa8a06e7c1
@ -125,3 +125,6 @@ ERR_ENTRY ( SSL_INVALIDCERTSTATUS )
|
||||
#if LCURL_CURL_VER_GE(7,49,0)
|
||||
ERR_ENTRY ( HTTP2_STREAM )
|
||||
#endif
|
||||
#if LCURL_CURL_VER_GE(7,59,0)
|
||||
ERR_ENTRY ( RECURSIVE_API_CALL )
|
||||
#endif
|
||||
|
@ -9,3 +9,6 @@ ERR_ENTRY ( UNKNOWN_OPTION )
|
||||
#if LCURL_CURL_VER_GE(7,32,1)
|
||||
ERR_ENTRY ( ADDED_ALREADY )
|
||||
#endif
|
||||
#if LCURL_CURL_VER_GE(7,59,0)
|
||||
ERR_ENTRY ( RECURSIVE_API_CALL )
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user