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

Feat/http connect proxy support #497

Merged

Commits on Apr 22, 2021

  1. feat: HTTP connect proxy support

    fix: Add SNI for TLS connections if one is not set
    
    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a460a63 View commit details
    Browse the repository at this point in the history
  2. refactor: status, error

    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c39ca86 View commit details
    Browse the repository at this point in the history
  3. refactor: post review discussion, move http proxy handling to a sampl…

    …e app to keep the library simple
    
    refactor: revert SNI handling and add a pre connect hook instead to keep the library clean and to allow the clients to customize the final tls config that will be in use for connecting
    
    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3eadf6c View commit details
    Browse the repository at this point in the history
  4. fix: improve public func doc

    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4c25813 View commit details
    Browse the repository at this point in the history