2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-28 03:48:35 +00:00

Rework commented out code a tad

This commit is contained in:
Jarrod Johnson 2013-09-24 13:51:03 -04:00
parent 44c8098906
commit c9762cb536

View File

@ -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()