This is an automated email from the ASF dual-hosted git repository.

Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 9a34165d1 Size the header transport zlib write buffer to the 
compressed length Client: cpp
     add 7b3e356e4 Validate container element counts against the transport's 
readable bytes Client: go

No new revisions were added by this update.

Summary of changes:
 compiler/cpp/src/thrift/generate/t_go_generator.cc |   8 +-
 lib/go/thrift/binary_protocol.go                   |   6 +-
 lib/go/thrift/buffered_transport.go                |   5 +-
 lib/go/thrift/compact_protocol.go                  |   4 +-
 lib/go/thrift/configuration.go                     |  17 +-
 lib/go/thrift/container_size_test.go               | 473 +++++++++++++++++++++
 lib/go/thrift/header_transport.go                  |  27 +-
 lib/go/thrift/http_client.go                       |   3 +-
 lib/go/thrift/http_transport.go                    |   4 +
 lib/go/thrift/iostream_transport.go                |  22 +-
 lib/go/thrift/json_protocol.go                     |  38 +-
 lib/go/thrift/protocol.go                          |  17 +
 lib/go/thrift/protocol_test.go                     |  18 +-
 lib/go/thrift/simple_json_protocol.go              |  49 ++-
 lib/go/thrift/socket.go                            |   3 +-
 lib/go/thrift/ssl_socket.go                        |   3 +-
 lib/go/thrift/transport.go                         |  24 ++
 lib/go/thrift/zlib_transport.go                    |   6 +-
 18 files changed, 655 insertions(+), 72 deletions(-)
 create mode 100644 lib/go/thrift/container_size_test.go

Reply via email to