You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ac...@apache.org on 2020/01/02 19:34:55 UTC

[trafficserver] branch h1outbound updated (c26e9ce -> 9219da7)

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

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


    from c26e9ce  Merge remote-tracking branch 'asfMain/master' into tmp
     new 8100173  refactoring txn stats to inbound and outbound (part 1) +
     new 41f1406  rafactor H1ssn::txn to pointer
     new 6e286eb  Fixing _hook init
     new 9219da7  Merge pull request #6254 from a-canary/H1Txn_new

The 12402 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 proxy/ProxyTransaction.cc        |  6 +++---
 proxy/ProxyTransaction.h         |  6 +++---
 proxy/http/Http1ClientSession.cc | 28 ++++++++++++++--------------
 proxy/http/Http1ClientSession.h  |  2 +-
 proxy/http/Http1Transaction.cc   | 21 ++++++++++++++++-----
 proxy/http/Http1Transaction.h    |  4 ++--
 proxy/http/HttpSM.cc             |  1 +
 proxy/http/HttpSessionAccept.cc  |  2 --
 proxy/http2/Http2Stream.cc       | 16 +++++++++++-----
 proxy/http2/Http2Stream.h        |  4 ++--
 proxy/http3/Http3Transaction.cc  |  4 ++--
 proxy/http3/Http3Transaction.h   |  4 ++--
 src/traffic_server/InkAPI.cc     |  1 +
 13 files changed, 58 insertions(+), 41 deletions(-)