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 5 commits into
base: master
Choose a base branch
from
Open

improve connection to remote #737

wants to merge 5 commits into from

Commits on Aug 13, 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 Aug 13, 2024
    Configuration menu
    Copy the full SHA
    55f2a67 View commit details
    Browse the repository at this point in the history
  2. 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 Aug 13, 2024
    Configuration menu
    Copy the full SHA
    aa2b370 View commit details
    Browse the repository at this point in the history
  3. fix no_proxy env parsing

    benoitc committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    560d266 View commit details
    Browse the repository at this point in the history
  4. fix url parsing, handle IPs

    benoitc committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bed3ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    420d855 View commit details
    Browse the repository at this point in the history