GitHub user allengeorge opened a pull request:
https://github.com/apache/thrift/pull/1508
THRIFT-4419: Fix bug where framed messages > 4K could not be read
Client: rs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/allengeorge/thrift thrift-4419
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1508.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 #1508
----
commit f358ffbd997d33ad60bf4602c65d46ea6792386a
Author: Allen George <allen.george@...>
Date: 2017-12-13T12:34:49Z
THRIFT-4419: Fix bug where framed messages > 4K could not be read
Client: rs
----
---