fractal/fractal-api
Daniel García Moreno 76a6b392ee Fix request with no timeout
reqwest use a default timeout of 30 seconds, so for no timeout we need
to provide a timeout of None.

https://docs.rs/reqwest/0.8.5/reqwest/struct.ClientBuilder.html#method.timeout

This should fix #171
2018-04-12 19:00:28 +02:00
..
src Fix request with no timeout 2018-04-12 19:00:28 +02:00
Cargo.toml Update rust dependencies 2018-04-09 21:19:13 +02:00