akka/akka-http

Akka HTTP RequestBuilding should have better configurable timeouts

Open

#148 创建于 2016年9月8日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)Scala (598 fork)batch import
1 - triagedhelp wanted

仓库指标

Star
 (1,311 star)
PR 合并指标
 (平均合并 1天 10小时) (30 天内合并 2 个 PR)

描述

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

贡献者指南