mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-09 19:19:12 +00:00
07460df279
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. |
||
---|---|---|
.. | ||
codegen | ||
http | ||
lib |