diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-11 13:11:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-11 13:11:47 +0100 |
commit | 76db03dd9a50105710e2b75e9e89590cc45cec56 (patch) | |
tree | 1a1cb2a3fc828214c7cd8fc7a2df61df259766e6 | |
parent | 63e58b8b408e3c713c3ef75497234299f615fb83 (diff) | |
download | curl-76db03dd9a50105710e2b75e9e89590cc45cec56.tar.gz |
curl.1: documented two missing valid exit codes
-rw-r--r-- | docs/cmdline-opts/page-footer | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer index 55aefb23c..f13fdb92d 100644 --- a/docs/cmdline-opts/page-footer +++ b/docs/cmdline-opts/page-footer @@ -231,6 +231,10 @@ FTP chunk callback reported error No connection available, the session will be queued .IP 90 SSL public key does not matched pinned public key +.IP 91 +Invalid SSL certificate status. +.IP 92 +Stream error in HTTP/2 framing layer. .IP XX More error codes will appear here in future releases. The existing ones are meant to never change. |