akka/akka-http

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

Open

#813 aberto em 24 de jan. de 2017

Ver no GitHub
 (7 comments) (2 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantedt:core

Métricas do repositório

Stars
 (1.311 stars)
Métricas de merge de PR
 (Mesclagem média 1d 10h) (2 fundiu PRs em 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:

Guia do colaborador