Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve connection to remote #737

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

improve connection to remote #737

wants to merge 3 commits into from

Commits on Feb 21, 2024

  1. rbreaking change: prefer IPV6

    This change implements the happy eyeballs strategy to bnring better support of IPv6 for hackney.
    
    It follows the recommendations iof the RFC 8305. https://datatracker.ietf.org/doc/html/rfc8305
    benoitc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    87aeb8e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. handle no_proxy env variable

    This change allows hackney, to handle the no proxy environnement variable properly. This bbring real full support of proxy setup using environnement.
    benoitc committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0b43ae8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix no_proxy env parsing

    benoitc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    21b1b82 View commit details
    Browse the repository at this point in the history