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

zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 5c79a82  Fix TSHttpTxnReenable to schedule back to original SM thread
     new 8c0f3dd  Replaced ProxyTxn::outbound vars with accept::options
     new 5d07f7d  ProxyTxn refactor: moved host_res_style to t_state.dns_info
     new dc03fc8  ProxyTxn: removed restart_immediate
     new a0d9551  ProxySsn Refactor move code to cc
     new 3715017  ProxySsn renaming member vars
     new 815b583  ProxySession cleanup: moving inline functions to .h

The 6 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:
 .../client-session-architecture.en.rst             |   2 +-
 include/tscore/ink_resolver.h                      |   4 +-
 proxy/ProxySession.cc                              | 109 --------
 proxy/ProxySession.h                               |  97 ++++++-
 proxy/ProxyTransaction.cc                          | 201 +++-----------
 proxy/ProxyTransaction.h                           | 126 +++++++--
 proxy/http/Http1ClientSession.cc                   |  95 ++++++-
 proxy/http/Http1ClientSession.h                    | 120 ++-------
 proxy/http/Http1ServerSession.cc                   |  34 +++
 proxy/http/Http1ServerSession.h                    |  80 ++----
 proxy/http/Http1Transaction.cc                     |  93 +++++--
 proxy/http/Http1Transaction.h                      | 118 ++------
 proxy/http/HttpSM.cc                               |  12 +-
 proxy/http/HttpSessionAccept.cc                    |  12 +-
 proxy/http/HttpTransact.cc                         |   2 +-
 proxy/http/HttpTransact.h                          |   4 +-
 proxy/http/HttpUpdateTester.cc                     |   6 +-
 proxy/http2/Http2ClientSession.cc                  | 106 ++++++--
 proxy/http2/Http2ClientSession.h                   | 219 +++++++--------
 proxy/http2/Http2ConnectionState.cc                |  10 +-
 proxy/http2/Http2SessionAccept.cc                  |   5 +-
 proxy/http2/Http2Stream.cc                         | 128 +++++----
 proxy/http2/Http2Stream.h                          | 299 +++++++++++----------
 proxy/http3/Http09App.cc                           |  11 +-
 proxy/http3/Http3App.cc                            |  12 +-
 proxy/http3/Http3Transaction.cc                    |  38 +--
 src/traffic_server/InkAPI.cc                       |   2 +-
 src/tscore/ink_res_mkquery.cc                      |   2 +-
 28 files changed, 970 insertions(+), 977 deletions(-)

Reply via email to