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 ebaeb6d10 THRIFT-6180: Frame empty and control WebSocket frames
correctly in C++
add 6a1e17cc1 Add a frame size limit to the Python framed transport
Client: py
add e3905e0c6 Add size limits to the Python SASL client transport Client:
py
add 141b8e8ee Add a frame size limit to the Ruby framed transport Client:
rb
No new revisions were added by this update.
Summary of changes:
lib/py/Makefile.am | 4 +
lib/py/src/transport/THeaderTransport.py | 8 +-
lib/py/src/transport/TTransport.py | 69 ++++++++-
lib/py/test/test_framed_frame_size.py | 179 +++++++++++++++++++++
lib/py/test/test_sasl_frame_size.py | 197 ++++++++++++++++++++++++
lib/rb/lib/thrift/transport/framed_transport.rb | 26 +++-
lib/rb/lib/thrift/transport/header_transport.rb | 13 +-
lib/rb/spec/base_transport_spec.rb | 59 +++++++
lib/rb/spec/header_transport_spec.rb | 19 +++
9 files changed, 567 insertions(+), 7 deletions(-)
create mode 100644 lib/py/test/test_framed_frame_size.py
create mode 100644 lib/py/test/test_sasl_frame_size.py