grantshandy / nominatim-rs

REST API bindings for the reverse geocoding service.
MIT License
6 stars 12 forks source link

add HTTP connection timeout #5

Closed scd31 closed 1 year ago

scd31 commented 1 year ago

There is no timeout by default, and a flaky connection can cause indefinite hangs!

grantshandy commented 1 year ago

Looks good. 👍🏽

I'll merge it, add it to the changelog, and push a new minor version on crates.io.

grantshandy commented 1 year ago

@scd31 https://crates.io/crates/nominatim/0.3.3

scd31 commented 1 year ago

Thanks!