Skip to content

Commit aa8a06e

Browse files
committed
Add. RECURSIVE_API_CALL error code.
1 parent 1a44488 commit aa8a06e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/lcerr_easy.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,6 @@ ERR_ENTRY ( SSL_INVALIDCERTSTATUS )
125125
#if LCURL_CURL_VER_GE(7,49,0)
126126
ERR_ENTRY ( HTTP2_STREAM )
127127
#endif
128+
#if LCURL_CURL_VER_GE(7,59,0)
129+
ERR_ENTRY ( RECURSIVE_API_CALL )
130+
#endif

src/lcerr_multi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ ERR_ENTRY ( UNKNOWN_OPTION )
99
#if LCURL_CURL_VER_GE(7,32,1)
1010
ERR_ENTRY ( ADDED_ALREADY )
1111
#endif
12+
#if LCURL_CURL_VER_GE(7,59,0)
13+
ERR_ENTRY ( RECURSIVE_API_CALL )
14+
#endif

0 commit comments

Comments
 (0)