Skip to content

Identify why find_proxy() is slow for us and work with upstream Faraday maintainers to fix #6881

Closed as not planned
@jeffwidman

Description

@jeffwidman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions