diff options
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r-- | docs/libcurl/libcurl-errors.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.md b/docs/libcurl/libcurl-errors.md index af16b99de..ef31b2fc9 100644 --- a/docs/libcurl/libcurl-errors.md +++ b/docs/libcurl/libcurl-errors.md @@ -487,6 +487,10 @@ An internal call to poll() or select() returned error that is not recoverable. A value or data field grew larger than allowed. +## CURLE_ECH_REQUIRED (101)" + +ECH was attempted but failed. + # CURLMcode This is the generic return code used by functions in the libcurl multi |