We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a44488 commit aa8a06eCopy full SHA for aa8a06e
2 files changed
src/lcerr_easy.h
@@ -125,3 +125,6 @@ ERR_ENTRY ( SSL_INVALIDCERTSTATUS )
125
#if LCURL_CURL_VER_GE(7,49,0)
126
ERR_ENTRY ( HTTP2_STREAM )
127
#endif
128
+#if LCURL_CURL_VER_GE(7,59,0)
129
+ERR_ENTRY ( RECURSIVE_API_CALL )
130
+#endif
src/lcerr_multi.h
@@ -9,3 +9,6 @@ ERR_ENTRY ( UNKNOWN_OPTION )
9
#if LCURL_CURL_VER_GE(7,32,1)
10
ERR_ENTRY ( ADDED_ALREADY )
11
12
13
14
0 commit comments