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

2014-05-03 Thread haijunz
Github user haijunz commented on a diff in the pull request: https://github.com/apache/thrift/pull/82#discussion_r12255168 --- Diff: lib/py/src/TMultiplexedProcessor.py --- @@ -0,0 +1,58 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2014-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/103 --- 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

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

2014-05-03 Thread bufferoverflow
Github user bufferoverflow commented on the pull request: https://github.com/apache/thrift/pull/82#issuecomment-42109884 please close this issue. its's committed via #103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

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

2014-05-03 Thread jfarrell
Github user jfarrell closed the pull request at: https://github.com/apache/thrift/pull/82 --- 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

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

2014-05-02 Thread haijunz
Github user haijunz commented on a diff in the pull request: https://github.com/apache/thrift/pull/82#discussion_r12252798 --- Diff: lib/py/src/protocol/TProtocolDecorator.py --- @@ -0,0 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or

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

2014-05-01 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/82#issuecomment-41959894 So this one is obsolete? --- 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

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

2014-05-01 Thread djwatson
Github user djwatson commented on a diff in the pull request: https://github.com/apache/thrift/pull/82#discussion_r12213289 --- Diff: lib/py/src/TMultiplexedProcessor.py --- @@ -0,0 +1,58 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2014-04-21 Thread bufferoverflow
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:

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

2014-04-21 Thread smallfish
GitHub user smallfish opened a pull request: https://github.com/apache/thrift/pull/103 THRIFT-1914 Python: Support for Multiplexing Services on any Transport copy patch from: https://issues.apache.org/jira/browse/THRIFT-1914 add some testcases. add new options multiple,

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

2014-04-21 Thread smallfish
Github user smallfish commented on the pull request: https://github.com/apache/thrift/pull/82#issuecomment-41000854 @bufferoverflow Sorry, submitted with the wrong user/email several commits. I create new pull request: #103, it's clean. --- If your project is set up for it,

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

2014-03-04 Thread smallfish
GitHub user smallfish opened a pull request: https://github.com/apache/thrift/pull/82 THRIFT-1914 Python: Support for Multiplexing Services on any Transport copy patch from: https://issues.apache.org/jira/browse/THRIFT-1914 add some testcases. add new options `multiple`,