TServerSocket close() method - inheritance problem
--------------------------------------------------
Key: THRIFT-329
URL: https://issues.apache.org/jira/browse/THRIFT-329
Project: Thrift
Issue Type: Bug
Components: Library (Python)
Reporter: Franis Sirkovic
I was unable to close transport layer (TServerSocket). I have examined library
and I have found little problem (my opinion) in TServerSocket inheritance.
TServerSocket inherits from TServerTransportBase and TSocketBase. close()
method is inherited from TServerTransportBase and this method is just dummy
method. Real method (which closes the socket) in TSocketBase is hidden.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.