THRIFT-1914 Python: Support for Multiplexing Services on any
authorRoger Meier <roger@apache.org>
Sat, 3 May 2014 15:51:21 +0000 (17:51 +0200)
committerRoger Meier <roger@apache.org>
Sat, 3 May 2014 15:51:21 +0000 (17:51 +0200)
commit879cab2cea799625635d861f5beb89039da5f38c
tree8e4206b13e87c1b1a76e73c20cffc9a6a6e1a615
parent6d1a83aa485ed9c3644d3200555700070547bf90
THRIFT-1914 Python: Support for Multiplexing Services on any
 Transport, Protocol and Server

Patch: smallfish & djwatson
 & haijunz & Roger Meier

This closes #103 and #82

From 7aaea7ef4e6f44097b02543fa2e62597eae9d61e Mon Sep 17 00:00:00 2001
From: smallfish <smallfish.xy@gmail.com>
Date: Tue, 22 Apr 2014 11:26:52 +0800
Subject: [PATCH]  THRIFT-1914 Python: Support for Multiplexing Services on any
 Transport
lib/py/src/TMultiplexedProcessor.py [new file with mode: 0644]
lib/py/src/protocol/TMultiplexedProtocol.py [new file with mode: 0644]
lib/py/src/protocol/TProtocolDecorator.py [new file with mode: 0644]
test/py/TestClient.py
test/py/TestServer.py