You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by el...@apache.org on 2023/03/22 18:03:46 UTC

[trafficserver] branch master updated (27f600576 -> c7ed799cc)

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

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


    from 27f600576 records to yaml convert script. (#9551)
     add c7ed799cc Fixes silent header duplication that occurs upon successful revalidation when duplicate headers are present (#9527)

No new revisions were added by this update.

Summary of changes:
 proxy/http/HttpTransact.cc                 |   8 +-
 proxy/http/Makefile.am                     |  29 +-
 proxy/{http2 => http}/unit_tests/main.cc   |   7 +-
 proxy/http/unit_tests/test_HttpTransact.cc | 573 +++++++++++++++++++++++++++++
 4 files changed, 609 insertions(+), 8 deletions(-)
 copy proxy/{http2 => http}/unit_tests/main.cc (93%)
 create mode 100644 proxy/http/unit_tests/test_HttpTransact.cc