akka/akka-http

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

Ouverte

#813 ouverte le 24 janv. 2017

 (7 commentaires) (2 réactions) (0 personne assignée)Scala (598 forks)batch import
1 - triagedhelp wantedt:core

Métriques du dépôt

Stars
 (1 311 étoiles)
Métriques de merge PR
 (Merge moyen 1j 10h) (2 PRs mergées en 30 j)

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:

Guide contributeur