akka/akka-http
在 GitHub 查看Consider implementing "time to receive request" timeout on server-side
Open
#813 创建于 2017年1月24日
1 - triagedhelp wantedt:core
仓库指标
- Star
- (1,311 star)
- PR 合并指标
- (平均合并 1天 10小时) (30 天内合并 2 个 PR)
描述
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: