From c9762cb5362a7fdba6050f5044db00d34eae6edb Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 24 Sep 2013 13:51:03 -0400 Subject: [PATCH] Rework commented out code a tad --- confluent/main.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/confluent/main.py b/confluent/main.py index cd634a25..bfe9ed78 100644 --- a/confluent/main.py +++ b/confluent/main.py @@ -24,8 +24,10 @@ import os def run(): pluginapi.load_plugins() - #TODO: eventlet has a bug about unix domain sockets, this code works with bugs fixed - #dbgsock = eventlet.listen("/var/run/confluent/dbg.sock", family=socket.AF_UNIX) + #TODO(jbjohnso): eventlet has a bug about unix domain sockets, this code + #works with bugs fixed + #dbgsock = eventlet.listen("/var/run/confluent/dbg.sock", + # family=socket.AF_UNIX) #eventlet.spawn_n(backdoor.backdoor_server, dbgsock) webservice = httpapi.HttpApi() webservice.start()