HTTP/2 rate limiting
authorBryan Call <bcall@apache.org>
Sat, 29 Oct 2022 12:33:47 +0000 (13:33 +0100)
committerAbhijith PA <abhijith@debian.org>
Sat, 29 Oct 2022 12:33:47 +0000 (13:33 +0100)
commit3fb342ce5b6041ad7316bb906f2c67e0002b204c
tree1be5e97dd739f60bc23a44cbb2fe7ca72a8c66f9
parent8acff95252b1bffd5515b4f3c151311e03c3f79e
HTTP/2 rate limiting

Origin: backport, https://github.com/apache/trafficserver/pull/5822
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-08-26

 Fix for CVE-2019-9512, CVE-2019-9514, CVE-2019-9515, CVE-2019-10079
Last-Update: 2019-08-26
Gbp-Pq: Name 0015-8.0.4-CVE-backport.patch
14 files changed:
doc/admin-guide/files/records.config.en.rst
iocore/eventsystem/I_VIO.h
iocore/eventsystem/P_VIO.h
iocore/net/SSLNetVConnection.cc
iocore/net/UnixNetVConnection.cc
mgmt/RecordsConfig.cc
proxy/http2/HTTP2.cc
proxy/http2/HTTP2.h
proxy/http2/Http2ClientSession.cc
proxy/http2/Http2ClientSession.h
proxy/http2/Http2ConnectionState.cc
proxy/http2/Http2ConnectionState.h
proxy/http2/Http2Stream.cc
proxy/http2/Http2Stream.h