seanmonstar / reqwest

An easy and powerful Rust HTTP Client
https://docs.rs/reqwest
Apache License 2.0
9.96k stars 1.13k forks source link

docs: document using non-zero ports in resolved addresses #2473

Closed Nuhvi closed 2 weeks ago

Nuhvi commented 2 weeks ago

Update documentation of handling port numbers in resolved socket addresses, after updating hyper_util including this PR https://github.com/hyperium/hyper-util/pull/148

At least 2 teams mentioned that the current outdated documentation confused them (apologies, that hyper_util was my PR).

flub commented 2 weeks ago

Thanks for updating these docs! :heart: