[
https://issues.apache.org/jira/browse/THRIFT-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury reassigned THRIFT-329:
------------------------------------
Assignee: Alexander Shigin
> 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
> Assignee: Alexander Shigin
> Fix For: 0.1
>
> 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.