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 c1457c69f Enforce RFC 6125 wildcard placement in TSSLSocket hostname
matching Client: cpp
add 0b81d5722 THRIFT-6015: Add Ruby multiplexed default processor
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 2 +-
lib/rb/lib/thrift/multiplexed_processor.rb | 17 +++++--
lib/rb/spec/multiplexed_processor_spec.rb | 75 ++++++++++++++++++++++++++++++
test/rb/integration/TestClient.rb | 28 ++++++++++-
test/rb/integration/TestServer.rb | 29 +++++++++++-
test/tests.json | 6 ++-
6 files changed, 148 insertions(+), 9 deletions(-)
create mode 100644 lib/rb/spec/multiplexed_processor_spec.rb