(THRIFT-54) Remove "frameResponses" from TNonblockingServer
authorDavid Reiss <dreiss@apache.org>
Thu, 3 Jul 2008 20:29:34 +0000 (20:29 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 3 Jul 2008 20:29:34 +0000 (20:29 +0000)
commitaf78778acd7fb551a84aaf63e604d969123bf85d
treedb279121d2fdebf27cced752a46ab0898848c0b3
parent03b574feada3862d460c7fc15dd1fb90687ff428
(THRIFT-54) Remove "frameResponses" from TNonblockingServer

TNonblockingServer and TFramedTransport used to have the option to only
frame messages on one side of the communication.  This capability was
removed from TFramedTransport because it was poorly implemented and not
useful.  This change removes it from TNonblockingServer as well, and
removes references to it in some of the C++ test code.

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