diff options
Diffstat (limited to 'module/remote/ThriftBackend.py')
-rw-r--r-- | module/remote/ThriftBackend.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/remote/ThriftBackend.py b/module/remote/ThriftBackend.py index 07da88447..bbad7e7d6 100644 --- a/module/remote/ThriftBackend.py +++ b/module/remote/ThriftBackend.py @@ -30,6 +30,7 @@ class ThriftBackend(BackendBase): handler = Handler(self) processor = Processor(handler) transport = TSocket.TServerSocket(7228) + #@TODO unicode encoding tfactory = TTransport.TBufferedTransportFactory() pfactory = TBinaryProtocol.TBinaryProtocolFactory() |