cleanup server response, use libray to parse uri

This commit is contained in:
2016-04-29 17:08:57 +02:00
parent b11e2248f5
commit e02f201b4e
2 changed files with 82 additions and 117 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ daemon.get_maximum_file_descriptors = get_maximum_file_descriptors
PORT = 50003
INTERVAL = 10
PIDFILE = '/tmp/hbc.pid'
VER = 1
VER = 2
MAXRECV = 32767
running = True