You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by bufferoverflow <gi...@git.apache.org> on 2014/04/21 22:46:15 UTC

[GitHub] thrift pull request: THRIFT-1914 Python: Support for Multiplexing ...

Github user bufferoverflow commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/82#discussion_r11825463
  
    --- Diff: test/py/TestServer.py ---
    @@ -201,7 +217,7 @@ def testMulti(self, arg0, arg1, arg2, arg3, arg4, arg5):
     host = None
     if options.ssl:
       from thrift.transport import TSSLSocket
    -  transport = TSSLSocket.TSSLServerSocket(host, options.port, certfile='../keys/server.pem')
    +  transport = TSSLSocket.TSSLServerSocket(host, options.port, certfile='test_cert.pem')
    --- End diff --
    
    could you please keep ../keys/server.pem here? test_cert.pem is not available anymore


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---