slicking opened a new pull request #2496: URL: https://github.com/apache/thrift/pull/2496
client: cpp Add a readEnd implementation to TBufferedTransport which resets the consumed message size. Without this it was noticed that calls to the transport's consume method would slowly decrement the remainingMessageSize_ and the remainingMessageSize_ was never reset. A client could send many messages to the server, eventually bringing remainingMessageSize_ below zero causing an EOD_OF_FILE exception. -- 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]
