Rocket/lib
Ryan dbcb99ecf2 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-24 00:09:42 -07:00
..
benches Fix benchmarks to use 'route.uri' instead of 'route.path'. 2017-06-18 02:07:13 -07:00
src Force close only the read end of connections. 2018-08-24 00:09:42 -07:00
tests Rename '#[error]' to '#[catch]', 'errors!' to 'catchers!'. 2018-07-02 12:58:43 -07:00
Cargo.toml New version: 0.3.15. 2018-07-16 01:16:24 -07:00
build.rs Update codegen and core for 2018-04-26 nightly. 2018-04-26 20:00:27 -07:00