rename
authorThomasV <thomasv@gitorious>
Wed, 28 Mar 2012 08:31:30 +0000 (12:31 +0400)
committerThomasV <thomasv@gitorious>
Wed, 28 Mar 2012 08:31:30 +0000 (12:31 +0400)
stratum_http.py [moved from StratumJSONRPCServer.py with 99% similarity]

similarity index 99%
rename from StratumJSONRPCServer.py
rename to stratum_http.py
index 5929cce..5e49b4f 100644 (file)
@@ -369,6 +369,7 @@ class HttpServer(threading.Thread):
 
     def process(self, session, request):
         print session, request
+        self.processor.process(request)
 
     def do_stop(self, session, request):
         self.shared.stop()