GitHub user RobberPhex opened a pull request:
https://github.com/apache/thrift/pull/1484
TBufferedTransport must have underlying transport
ref: https://issues.apache.org/jira/browse/THRIFT-4477
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/RobberPhex/thrift fix-TBufferedTransport
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1484.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1484
----
commit 3c72a16259b64c2fd38f160b67575b3b932c5e62
Author: Robert Lu <robberphex@...>
Date: 2018-01-29T14:49:12Z
TBufferedTransport must have underlying transport
* add some type hinting
----
---