This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 65dd186326 Reallocate a buffer for H2 header block only if needed
(#10568)
add 83161881b1 Add an HTTP/2 related rate limiting (#10563)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/files/records.yaml.en.rst | 7 +
doc/admin-guide/files/sni.yaml.en.rst | 374 +++++++++++----------
.../statistics/core/http-connection.en.rst | 7 +
iocore/net/P_SNIActionPerformer.h | 76 +++++
iocore/net/TLSSNISupport.h | 4 +
iocore/net/YamlSNIConfig.cc | 28 ++
iocore/net/YamlSNIConfig.h | 8 +
proxy/http2/HTTP2.cc | 34 +-
proxy/http2/HTTP2.h | 2 +
proxy/http2/Http2ConnectionState.cc | 52 ++-
proxy/http2/Http2ConnectionState.h | 8 +
src/records/RecordsConfig.cc | 2 +
12 files changed, 404 insertions(+), 198 deletions(-)