naiveproxy/src
klzgrad b8f9fb1508 net/spdy: Pad RST_STREAM frames
Clients sending too many RST_STREAM is an irregular behavior.

Hack in a preceding END_STREAM DATA frame padded towards [48, 72]
before RST_STREAM so that the TLS record looks like a HEADERS frame.

The server often replies to this with a WINDOW_UPDATE because padding
is accounted in flow control. Whether this constitudes a new irregular
behavior is still unclear.
2024-10-06 15:27:12 +08:00
..
base base: Disable trace event 2024-10-06 15:27:12 +08:00
build build: Never explicitly link clang_rt.builtins 2024-10-06 15:27:09 +08:00
build_overrides build: Disable Android java templates 2024-10-06 15:26:30 +08:00
buildtools libc++: Disable exceptions and RTTI 2024-10-06 15:27:12 +08:00
chrome Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
components build: Remove tests and minimize 2024-10-06 12:17:28 +08:00
crypto build: Remove tests and minimize 2024-10-06 12:17:28 +08:00
ios Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
ipc Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
net net/spdy: Pad RST_STREAM frames 2024-10-06 15:27:12 +08:00
testing/gtest/include/gtest Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
third_party third_party/jni_zero: Remove JNI functions 2024-10-06 15:26:30 +08:00
tools Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
url net, url: Remove icu 2024-10-06 15:27:12 +08:00
.clang-format Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
.gitattributes Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
.gn Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
AUTHORS Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
BUILD.gn build: Remove tests and minimize 2024-10-06 12:17:28 +08:00
DEPS Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
LICENSE Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00