aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r--rpkid/rpki/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py
index 8a79d680..0a23e31f 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -235,9 +235,9 @@ class ForbiddenURI(RPKI_Exception):
Forbidden URI, does not start with correct base URI.
"""
-class HTTPSRetryFailure(RPKI_Exception):
+class HTTPSClientAborted(RPKI_Exception):
"""
- HTTPS connection failed and request has already been retried.
+ HTTPS client connection closed while in request-sent state.
"""
class BadPublicationReply(RPKI_Exception):