summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.md
diff options
context:
space:
mode:
authorStephen Farrell <stephen.farrell@cs.tcd.ie>2024-04-04 14:23:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2024-04-16 08:10:53 +0200
commita362962b7289ec02b412890c9515657cf0ed50ac (patch)
tree3ef7807b0748a6c1d264efcfec25d32ddabbf03c /docs/libcurl/libcurl-errors.md
parent565d28dc8e910386d9d215e0440291bb8c4238f8 (diff)
TLS: add support for ECH (Encrypted Client Hello)
An EXPERIMENTAL feature used with CURLOPT_ECH and --ech. Closes #11922
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r--docs/libcurl/libcurl-errors.md4
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