mirror of https://github.com/rwf2/Rocket.git
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. |
||
---|---|---|
.. | ||
codegen | ||
codegen_next | ||
http | ||
lib |