aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/httperr.h
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-11-29 10:07:08 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-12-09 18:11:52 +0100
commit93838762b406efe3aad9c807a0fd1f48e6efe3ab (patch)
tree611676815a63a31a4c33c561e91d37c5c0875783 /include/openssl/httperr.h
parentf2f2ac88499ad58546f9c5b19ebc0b6eddf0b49f (diff)
downloadopenssl-93838762b406efe3aad9c807a0fd1f48e6efe3ab.zip
openssl-93838762b406efe3aad9c807a0fd1f48e6efe3ab.tar.gz
openssl-93838762b406efe3aad9c807a0fd1f48e6efe3ab.tar.bz2
OSSL_HTTP_get(): Fix timeout handling on redirection
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17190) (cherry picked from commit f0d5a3b6ea1bbe4e5dac5b69d853c015db635621)
Diffstat (limited to 'include/openssl/httperr.h')
-rw-r--r--include/openssl/httperr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/httperr.h b/include/openssl/httperr.h
index b639ef0..ee08959 100644
--- a/include/openssl/httperr.h
+++ b/include/openssl/httperr.h
@@ -44,6 +44,7 @@
# define HTTP_R_REDIRECTION_NOT_ENABLED 116
# define HTTP_R_RESPONSE_LINE_TOO_LONG 113
# define HTTP_R_RESPONSE_PARSE_ERROR 104
+# define HTTP_R_RETRY_TIMEOUT 129
# define HTTP_R_SERVER_CANCELED_CONNECTION 127
# define HTTP_R_SOCK_NOT_SUPPORTED 122
# define HTTP_R_STATUS_CODE_UNSUPPORTED 114