This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from fa9af0ab6 go: Use errors.Is over ==
add b20f675af THRIFT-5784: Add THeaderTransforms to TConfiguration
No new revisions were added by this update.
Summary of changes:
lib/go/test/tests/header_zlib_test.go | 206 ++++++++++++++++++++++++++++++++++
lib/go/thrift/configuration.go | 76 ++++++++-----
lib/go/thrift/header_protocol.go | 5 +
lib/go/thrift/header_protocol_test.go | 20 ++++
lib/go/thrift/header_transport.go | 46 +++++++-
5 files changed, 316 insertions(+), 37 deletions(-)
create mode 100644 lib/go/test/tests/header_zlib_test.go