You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2020/02/05 18:30:46 UTC

[trafficserver] branch master updated (544d29b -> e281fd6)

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 544d29b  Free TSMgmtString after using it.
     add e281fd6  Ensure that extra data beyond the chunked body is not tunneled

No new revisions were added by this update.

Summary of changes:
 iocore/net/UnixNetVConnection.cc                   |   2 +-
 proxy/http/HttpTransact.cc                         |   1 +
 proxy/http/HttpTunnel.cc                           | 160 +++++++++++++--------
 proxy/http/HttpTunnel.h                            |   1 +
 .../gold_tests/chunked_encoding/case4.sh           |   6 +-
 .../chunked_encoding/chunked_encoding.test.py      |  30 +++-
 .../chunked_encoding/{server3.sh => server4.sh}    |   0
 tests/gold_tests/chunked_encoding/smuggle-client.c | 124 ++++++++++++++++
 8 files changed, 259 insertions(+), 65 deletions(-)
 copy example/plugins/Makefile.am => tests/gold_tests/chunked_encoding/case4.sh (90%)
 copy tests/gold_tests/chunked_encoding/{server3.sh => server4.sh} (100%)
 create mode 100644 tests/gold_tests/chunked_encoding/smuggle-client.c