From 32d43381dfc0370acb774951f9cdd0cdb1ab7f1b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 22 Oct 2015 02:02:23 +0000 Subject: First cut at replacing rpkid's HTTP and I/O system with Tornado. Not quite working perfectly yet (cron is a bit wonky) but manages to produce an initial set of ROAs without thowing any exceptions, and code is already much cleaner than the old callback-based horror. svn path=/branches/tk705/; revision=6139 --- rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rpki/exceptions.py') diff --git a/rpki/exceptions.py b/rpki/exceptions.py index b6889b0d..f456dfc5 100644 --- a/rpki/exceptions.py +++ b/rpki/exceptions.py @@ -238,3 +238,6 @@ class WrongEKU(RPKI_Exception): class UnexpectedUpDownResponse(RPKI_Exception): "Up-down message is not of the expected type." + +class BadContentType(RPKI_Exception): + "Bad HTTP Content-Type." -- cgit v1.2.3