You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Clark (JIRA)" <ji...@apache.org> on 2008/06/24 02:37:44 UTC

[jira] Assigned: (THRIFT-49) BufferedTransport#close should flush

     [ https://issues.apache.org/jira/browse/THRIFT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Clark reassigned THRIFT-49:
---------------------------------

    Assignee: Kevin Clark

> BufferedTransport#close should flush
> ------------------------------------
>
>                 Key: THRIFT-49
>                 URL: https://issues.apache.org/jira/browse/THRIFT-49
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Clark
>            Assignee: Kevin Clark
>
> Currently it's implemented as such:
> {code}
> def close
>   @transport.close
> end
> {code}
> Probably just needs to call flush before @transport.close. I'll try to get to it after my fastbinary merge, this is mostly as a TODO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.