lbarthon commented on PR #3854: URL: https://github.com/apache/thrift/pull/3854#issuecomment-5723496411
@Jens-G Added that recording transport in e54863c. Skipping a 1024-byte string now asserts the transport is never asked to fill more than 256 bytes, on `TBinaryInputProtocol`, `TCompactInputProtocol`, `Box<dyn TInputProtocol>`, and `TStoredInputProtocol`. Dropping either `skip_binary` forward fails only that wrapper's test with a 1024-byte read; pointing the protocol methods back at `read_bytes()` fails all four the same way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
