This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 68820ce61 THRIFT-5802: Validate set uniqueness in Node.js library
add d76e5cf3c THRIFT-5949: Add default timeout to Ruby server sockets
No new revisions were added by this update.
Summary of changes:
lib/rb/README.md | 7 ++++
.../lib/thrift/transport/base_server_transport.rb | 2 ++
lib/rb/lib/thrift/transport/server_socket.rb | 8 +++--
lib/rb/lib/thrift/transport/ssl_server_socket.rb | 4 +--
lib/rb/lib/thrift/transport/unix_server_socket.rb | 5 ++-
lib/rb/spec/server_socket_spec.rb | 36 ++++++++++++++++++++
lib/rb/spec/ssl_server_socket_spec.rb | 39 ++++++++++++++++++++++
lib/rb/spec/unix_socket_spec.rb | 15 +++++++++
8 files changed, 110 insertions(+), 6 deletions(-)