aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-05-17 02:53:21 +0000
committerRob Austein <sra@hactrn.net>2009-05-17 02:53:21 +0000
commitf461f6f343e9ef895966d883d87dbdc1241dcf7d (patch)
tree69eca8d63e2939b87c0cb4cdb9214ceb1864e840 /rpkid/rpki/exceptions.py
parent452dc3821395c2c85424a9c3be49dc7ce7977d85 (diff)
Checkpoint
svn path=/rpkid/rpki/exceptions.py; revision=2437
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):