This is an automated email from the ASF dual-hosted git repository.
acanary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 0ee48a0 Cleanup: do not re-define _proxy_ssn variable in local
add 3a44862 ProxySession cleanup: moving inline functions to .h
No new revisions were added by this update.
Summary of changes:
proxy/ProxySession.cc | 84 ------------------------------
proxy/ProxySession.h | 86 +++++++++++++++++++++++++++++++
proxy/ProxyTransaction.cc | 94 ----------------------------------
proxy/ProxyTransaction.h | 104 +++++++++++++++++++++++++++++++++++---
proxy/http/Http1ServerSession.cc | 6 ---
proxy/http/Http1ServerSession.h | 12 ++++-
proxy/http/Http1Transaction.cc | 6 ---
proxy/http/Http1Transaction.h | 9 ++++
proxy/http2/Http2ClientSession.cc | 48 ------------------
proxy/http2/Http2ClientSession.h | 51 +++++++++++++++++++
proxy/http2/Http2Stream.cc | 99 ------------------------------------
proxy/http2/Http2Stream.h | 103 +++++++++++++++++++++++++++++++++++++
12 files changed, 358 insertions(+), 344 deletions(-)