Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
Description
ThriftSocket->sd is 0 when initialized.
But socket() function return a fd number greater than equal 0.
So, ThriftSocket->sd must be less than 0 in initialize function.