georust / proj

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

The network handler should reuse the HTTP client #206

Open lnicola opened 5 months ago

lnicola commented 5 months 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.