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/up_down.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpki/up_down.py') diff --git a/rpki/up_down.py b/rpki/up_down.py index 1303647e..90965e45 100644 --- a/rpki/up_down.py +++ b/rpki/up_down.py @@ -38,8 +38,8 @@ version = "1" ## @var content_type # MIME content type to use when sending up-down queries. -#content_type = "application/rpki-updown" -content_type = "application/x-rpki" +content_type = "application/rpki-updown" +#content_type = "application/x-rpki" ## @var allowed_content_types # MIME content types which we consider acceptable for incoming up-down -- cgit v1.2.3