georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 43 forks source link

The network handler should reuse the HTTP client #206

Open lnicola opened 1 month ago

lnicola commented 1 month ago

_network_open should store the HTTP client, so further requests don't need to establish new connections.

Spun off #205, CC @TomFryersMidsummer just in case.