akka/akka-http

Akka HTTP RequestBuilding should have better configurable timeouts

Open

#148 aperta il 8 set 2016

Vedi su GitHub
 (12 commenti) (0 reazioni) (0 assegnatari)Scala (598 fork)batch import
1 - triagedhelp wanted

Metriche repository

Star
 (1311 star)
Metriche merge PR
 (Merge medio 1g 10h) (2 PR mergiate in 30 g)

Descrizione

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

Guida contributor