akka/akka-http
Consider implementing "time to receive request" timeout on server-side
オープン
#813 opened on 2017/01/24
1 - triagedhelp wantedt:core
Repository metrics
- Stars
- (1,311 個のスター)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
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: