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 745a276b1 THRIFT-6181: Bound the response frame size in the Java async
client
add 9189ba087 THRIFT-6177: Bound the WebSocket frame payload length in the
C++ library
add 3d98d7214 THRIFT-6178: Read a WebSocket payload to the end in the C++
library
add 67016072e THRIFT-6179: Read WebSocket frames iteratively in the C++
library
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/transport/TWebSocketServer.h | 192 +++++++------
lib/cpp/test/CMakeLists.txt | 5 +
lib/cpp/test/Makefile.am | 1 +
lib/cpp/test/TWebSocketServerTest.cpp | 340 ++++++++++++++++++++++++
4 files changed, 455 insertions(+), 83 deletions(-)
create mode 100644 lib/cpp/test/TWebSocketServerTest.cpp