From 13afb872686e31c32a0f9bd796679fd5ff5a46a3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Feb 2023 19:47:28 +0100 Subject: [PATCH] page-footer: add explanation for three missing exit codes Added in 7.73.0, 7.77.0 and 7.84.0 Closes #10630 --- docs/cmdline-opts/page-footer | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer index 38d63ecfbc..6e7f9f3916 100644 --- a/docs/cmdline-opts/page-footer +++ b/docs/cmdline-opts/page-footer @@ -300,6 +300,12 @@ be one out of several problems, see the error message for details. .IP 96 QUIC connection error. This error may be caused by an SSL library error. QUIC is the protocol used for HTTP/3 transfers. +.IP 97 +Proxy handshake error. +.IP 98 +A client-side certificate is required to complete the TLS handshake. +.IP 99 +Poll or select returned fatal error. .IP XX More error codes will appear here in future releases. The existing ones are meant to never change.