akka/akka-http
View on GitHubConsider implementing "time to receive request" timeout on server-side
Open
#813 opened on Jan 24, 2017
1 - triagedhelp wantedt:core
Repository metrics
- Stars
- (1,311 stars)
- PR merge metrics
- (Avg merge 1d 10h) (2 merged PRs in 30d)
Description
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: