mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-28 13:22:38 +00:00
995603666f
Previously, when a request's body data exceeded the expected length, Rocket would shutdown both ends of the corresponding connection. This PR changes the behavior so that only the read end of the connection, on Rocket's side, is shutdown. This allows a response to be sent in the future while still preventing DoS attacks due to exuberant data. Fixes #386. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |