This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 5a781c2e7 THRIFT-5851 Promote known total stream sizes for seekable
stream transports properly Client: Delphi Patch: Jens Geyer
add 960bf519d THRIFT-5852 Promote known total stream sizes for seekable
stream transports Client: netstd Patch: Jens Geyer
No new revisions were added by this update.
Summary of changes:
lib/netstd/Thrift/Protocol/TBinaryProtocol.cs | 2 +-
lib/netstd/Thrift/Protocol/TCompactProtocol.cs | 2 +-
lib/netstd/Thrift/Protocol/TJSONProtocol.cs | 2 +-
lib/netstd/Thrift/Protocol/TProtocolDecorator.cs | 2 +-
.../Thrift/Transport/Client/THttpTransport.cs | 2 +-
.../Transport/Client/TMemoryBufferTransport.cs | 4 ++--
.../Thrift/Transport/Client/TNamedPipeTransport.cs | 4 ++--
.../Thrift/Transport/Client/TStreamTransport.cs | 23 ++++++++++++++++++++--
.../Thrift/Transport/Layered/TBufferedTransport.cs | 6 +++---
.../Thrift/Transport/Layered/TFramedTransport.cs | 6 +++---
.../Thrift/Transport/Layered/TLayeredTransport.cs | 4 ++--
.../Transport/Server/TNamedPipeServerTransport.cs | 2 +-
lib/netstd/Thrift/Transport/TEndpointTransport.cs | 8 ++++----
lib/netstd/Thrift/Transport/TTransport.cs | 2 +-
14 files changed, 44 insertions(+), 25 deletions(-)