Rocket/core/lib
Ryan 995603666f Force close only the read end of connections.
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.
2018-08-11 23:10:13 -07:00
..
benches Reorganize repository. 2018-06-03 18:44:38 +02:00
src Force close only the read end of connections. 2018-08-11 23:10:13 -07:00
tests Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
Cargo.toml Update core, codegen for 2018-07-16 nightly. 2018-07-17 14:06:32 -07:00
build.rs Update core, codegen for 2018-07-16 nightly. 2018-07-17 14:06:32 -07:00