aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/http.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-08-19 17:10:38 +0000
committerRob Austein <sra@hactrn.net>2012-08-19 17:10:38 +0000
commit96dce20631fe89bd9e65949be67739d2d75b5441 (patch)
tree54b3eb611508fc4e8f4258f18147abad5c994335 /rpkid/rpki/http.py
parent01bc52850438c23b31347440825dedfcd125bfbb (diff)
Cleanup
svn path=/branches/tk274/; revision=4643
Diffstat (limited to 'rpkid/rpki/http.py')
-rw-r--r--rpkid/rpki/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/http.py b/rpkid/rpki/http.py
index 244a9305..6e932d26 100644
--- a/rpkid/rpki/http.py
+++ b/rpkid/rpki/http.py
@@ -985,7 +985,7 @@ def client(msg, url, callback, errback):
if debug_http:
rpki.log.debug("Scheduling connection startup for %r" % request)
- rpki.async.defer(client_queues[hostport].restart)
+ rpki.async.event_defer(client_queues[hostport].restart)
def server(handlers, port, host = ""):
"""