akka/akka-http
GitHub で見るAkka HTTP RequestBuilding should have better configurable timeouts
Open
#148 opened on 2016年9月8日
1 - triagedhelp wanted
Repository metrics
- Stars
- (1,311 stars)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
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