hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 265 forks source link

streams: add a second check in front of reset flood mitigations #742

Open Noah-Kennedy opened 5 months ago

Noah-Kennedy commented 5 months ago

Some clients occasionally send garbage, so let's also only mitigate if they actually start inflating the queue to try and attack us.

Noah-Kennedy commented 5 months ago

marking as draft while i figure out if this is even useful