[GitHub] thrift pull request: THRIFT-3789 Add `destroy` to Connection insta...

2016-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/989 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] thrift pull request: THRIFT-3789 Add `destroy` to Connection insta...

2016-04-18 Thread jamesreggio
GitHub user jamesreggio opened a pull request: https://github.com/apache/thrift/pull/989 THRIFT-3789 Add `destroy` to Connection instance This commit proxies the `destroy` method from the Thrift Connection object to its underlying socket, akin to the existing `end` method.