1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-04-18 08:31:01 +00:00
Make a fortune quietly
Find a file
klzgrad 16ffd63e3f 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.
2025-04-05 20:44:42 +08:00
src net/spdy: Pad RST_STREAM frames 2025-04-05 20:44:42 +08:00
.gitignore Add .gitignore 2025-04-04 09:40:46 +08:00