Closed as not planned
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Code improvement description
@jakecoffman discovered that Faraday's find_proxy
is slow, so added a bypass to avoid calling it:
However, we later had to modify another call because a library we use also called find_proxy
under the covers:
This could happen in the future if we switch to a library that's calling find_proxy
. So ideally we debug further to identify why find_proxy
is slow and report (and possibly fix) upstream, rather than just working around it.
Filing an issue here so we don't forget about this.