iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.46k stars 1.85k forks source link

Remove stdlib override for proxy initialization #5065

Open syeopite opened 2 weeks ago

syeopite commented 2 weeks ago

As we don't directly call HTTP::Client anymore the proxy initialization can just be done in make_client instead of when HTTP::Client is initialized.

This is the only issue I've noticed with the Nov 8th merge batch.