[
https://issues.apache.org/jira/browse/THRIFT-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Shigin updated THRIFT-329:
------------------------------------
Attachment: thrift-server-socket.patch
Attached patch solves the problem.
> 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
> Attachments: thrift-server-socket.patch
>
>
> 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.