Thrift: Supported for file descriptor == 0 and cleanup error output
authorMartin Kraemer <martin@apache.org>
Mon, 5 Feb 2007 21:40:38 +0000 (21:40 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 5 Feb 2007 21:40:38 +0000 (21:40 +0000)
commitee341cb57bc860b41477fb9f9e8ff035c6ba9b47
treeb42ded3fb505cb7a028c8086a148b27ac0214957
parent92a2eac8cbeef3fbdb6f3f9dd9df8db226240959
Thrift: Supported for file descriptor == 0 and cleanup error output

Summary:
Thrift improperly initialized file descriptors to zero and treated 0 and an invalid value.  0 is a valid file descriptor.  Also, commented out error message on client disconnect for TThreadPoolServer

Reviewed By: Marc & Karl

Revert Plan: revertible

Notes:

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664972 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/server/TThreadPoolServer.cpp
lib/cpp/src/transport/TServerSocket.cpp
lib/cpp/src/transport/TSocket.cpp