akka/akka-http

Akka HTTP RequestBuilding should have better configurable timeouts

Open

#148 opened on Sep 8, 2016

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wanted

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

Issue by zifeo Friday Jun 17, 2016 at 21:40 GMT Originally opened as https://github.com/akka/akka/issues/20798


Defining a timeout for RequestBuilding is quite verbose as overloaded signatures do not provide all implicit variables, per se revolved to 1 second. This is especially an issue when having route (integration) tests depending on async computations.

Missing signature : RequestBuilding.scala#L28 Complete signature: RequestBuilding.scala#L43

Contributor guide