You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2021/07/16 18:16:40 UTC

[trafficserver] branch master updated (870bbdb -> 1895340)

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

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


    from 870bbdb  Log meta file: ensure the entire contents are written (#8062)
     add 1895340  Be ready to process response headers sent before the post tunnel is finished (#7976)

No new revisions were added by this update.

Summary of changes:
 proxy/http/HttpSM.cc                            | 104 +++++++++++++---------
 proxy/http/HttpTunnel.cc                        |  20 +++++
 proxy/http/HttpTunnel.h                         |   1 +
 tests/gold_tests/post/post-early-return.test.py | 113 ++++++++++++++++++++++++
 4 files changed, 195 insertions(+), 43 deletions(-)
 create mode 100644 tests/gold_tests/post/post-early-return.test.py