akka/akka-http

Consider implementing "time to receive request" timeout on server-side

Open

#813 创建于 2017年1月24日

在 GitHub 查看
 (7 评论) (2 反应) (0 负责人)Scala (598 fork)batch import
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:

贡献者指南