Rocket/core/http
Sergio Benitez 07460df279 Rework TLS listener/connection implementations.
The previous implementation allowed a trivial DoS attack in which the
client need simply maintain open connections with incomplete handshakes.
This commit resolves that by allowing a server worker to progress as
soon as a TCP connection has been established. This comes at the expense
of a more complex implementation necessitated by deficiencies in Hyper.

Potentially resolves #2118.
2022-05-03 13:56:25 -07:00
..
src Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00
Cargo.toml Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00