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 277f795 Fix some minor issues with loading the self identifying data
in the Machine class. (#8275)
add db936ad In preparation for H2 outbound, split out common Session
(#8281)
No new revisions were added by this update.
Summary of changes:
proxy/http2/Http2ClientSession.cc | 419 +--------------------
proxy/http2/Http2ClientSession.h | 163 +-------
...Http2ClientSession.cc => Http2CommonSession.cc} | 387 +++----------------
.../{Http2ClientSession.h => Http2CommonSession.h} | 94 +++--
proxy/http2/Http2CommonSessionInternal.h | 43 +++
proxy/http2/Http2ConnectionState.cc | 239 ++++++------
proxy/http2/Http2ConnectionState.h | 8 +-
proxy/http2/Makefile.am | 2 +
8 files changed, 281 insertions(+), 1074 deletions(-)
copy proxy/http2/{Http2ClientSession.cc => Http2CommonSession.cc} (51%)
copy proxy/http2/{Http2ClientSession.h => Http2CommonSession.h} (73%)
create mode 100644 proxy/http2/Http2CommonSessionInternal.h