THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer
authorTodd Lipcon <todd@apache.org>
Thu, 3 Dec 2009 01:18:44 +0000 (01:18 +0000)
committerTodd Lipcon <todd@apache.org>
Thu, 3 Dec 2009 01:18:44 +0000 (01:18 +0000)
commitf5dea4c7f31703cdc0c347eb7ec429fc5864afb4
treee8aad41f828fc5ad8674b1c34fd02b1a9dad682c
parent9af23d9327277a791c8b22c4323b8e17e2bfc378
THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@886646 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/server/TNonblockingServer.py
test/py/TestClient.py