Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.2
-
None
Description
When calling TFramedTransport.Read, it should return remaining bytes.
Currently throws an error without reading, when passing a []byte that is bigger than frame_size.
PR available at: https://github.com/apache/thrift/pull/273