fixed a bug in TFramedTransport where it was checking a size for nonzero after byte...
authorrobert <dev-null@apache.org>
Tue, 19 Dec 2006 22:27:54 +0000 (22:27 +0000)
committerrobert <dev-null@apache.org>
Tue, 19 Dec 2006 22:27:54 +0000 (22:27 +0000)
commit3fa9d24bc30106349aebe9aaa814b3780928decf
treebd838a9708f8ee255a49c77e41d0f36858cf3f8f
parent2abc9dfd5901bbf8cf689c1edad67567b06070aa
fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it.

reviewed: mcslee
revert: yes
test: run a C++ client and server with framed transport

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664899 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/transport/TTransportUtils.cpp