aboutsummaryrefslogtreecommitdiff
path: root/rpki/rootd.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-21 20:58:13 +0000
committerRob Austein <sra@hactrn.net>2015-07-21 20:58:13 +0000
commit3ab7f3f89fe30594ba063bc25da704005971f394 (patch)
treee14d106c5b61f295949c4992578198d25bcea3d3 /rpki/rootd.py
parentc82f46c999a2dbd147dc5f126c368b84ad663234 (diff)
Code to support multiple HTTP content types didn't quite work with
rpki.http_simple. svn path=/branches/tk705/; revision=6085
Diffstat (limited to 'rpki/rootd.py')
-rw-r--r--rpki/rootd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/rootd.py b/rpki/rootd.py
index c9e409db..622343a6 100644
--- a/rpki/rootd.py
+++ b/rpki/rootd.py
@@ -454,4 +454,4 @@ class main(object):
rpki.http_simple.server(host = self.http_server_host,
port = self.http_server_port,
- handlers = (("/", self.up_down_handler, rpki.up_down.allowed_content_types),))
+ handlers = (("/", self.handler, rpki.up_down.allowed_content_types),))