Re: [akka-user] Handling request timeouts with client side http

2015-06-26 Thread Konrad Malawski
Hi Chris, I think the feature you're after is described in the ticket: https://github.com/akka/akka/issues/17732 https://github.com/akka/akka/issues/17346 Also see here for an in depth response about this issue: https://github.com/akka/akka/issues/17816 On Thu, Jun 4, 2015 at 2:47 PM, Chris Baxte

[akka-user] Handling request timeouts with client side http

2015-06-04 Thread Chris Baxter
I know in Spray that had a request-timeout setting that could be used to control when to timeout a request that has sent the request but has yet to receive a response within a specified timeframe. I don't see this setting anywhere in Akka Http. For a single request, I can handle this by adding