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 0fb1d5ee5 Read header transport payloads iteratively Client: go
add 4da8a03d9 Carry the flattened read buffer between frames Client: erl
add bb31539d3 Bound the WebSocket payload length before it sizes a buffer
Client: d
add 6c8f7f99b Make the HTTP line buffer shift and grow correctly Client: d
No new revisions were added by this update.
Summary of changes:
lib/d/src/thrift/transport/http.d | 67 +++++++++++++++++++++++++--
lib/d/src/thrift/transport/websocket.d | 44 ++++++++++++++++++
lib/erl/src/thrift_framed_transport.erl | 7 ++-
lib/erl/test/test_thrift_framed_transport.erl | 28 ++++++++++-
4 files changed, 140 insertions(+), 6 deletions(-)