akka/akka-http
Vedi su GitHubConsider implementing "time to receive request" timeout on server-side
Open
#813 aperta il 24 gen 2017
1 - triagedhelp wantedt:core
Metriche repository
- Star
- (1311 star)
- Metriche merge PR
- (Merge medio 1g 10h) (2 PR mergiate in 30 g)
Descrizione
This is different than the request timeout or the idle timeout.
This is about a timeout that counts from beginning of a request being incoming, to the moment in time when the request is done streaming in. This is to mitigate slowloris style attacks,
Details here: