From f461f6f343e9ef895966d883d87dbdc1241dcf7d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 17 May 2009 02:53:21 +0000 Subject: Checkpoint svn path=/rpkid/rpki/exceptions.py; revision=2437 --- rpkid/rpki/exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpkid/rpki/exceptions.py') 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): -- cgit v1.2.3