Identify why find_proxy()
is slow for us and work with upstream Faraday
maintainers to fix
#6881
Open
1 task done
Labels
Is there an existing issue for this?
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 whyfind_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.
The text was updated successfully, but these errors were encountered: