do_dispatch
authorThomasV <thomasv@gitorious>
Wed, 13 Jun 2012 17:31:01 +0000 (21:31 +0400)
committerThomasV <thomasv@gitorious>
Wed, 13 Jun 2012 17:31:01 +0000 (21:31 +0400)
transports/stratum_http.py

index 6c8d501..49f3fd9 100644 (file)
@@ -112,7 +112,7 @@ class StratumJSONRPCDispatcher(SimpleXMLRPCServer.SimpleXMLRPCDispatcher):
                 responses.append(result.response())
                 continue
 
-            self.dispatcher.process(session, req_entry)
+            self.dispatcher.do_dispatch(session, req_entry)
                 
             if req_entry['method'] == 'server.stop':
                 return json.dumps({'result':'ok'})