summaryrefslogtreecommitdiffstats
path: root/include
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:10:07 +0100
commitf0d5a3b6ea1bbe4e5dac5b69d853c015db635621 (patch)
tree30cf3aa6134ba049459b4b4d5cbb65c43cedd5e0 /include
parenta3ea35c2936acbe6a53b1d52d2d7addbfb6bbd5a (diff)
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)
Diffstat (limited to 'include')
-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 b639ef0051..ee08959203 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