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

Support TLS connection to HTTP Proxy #950

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2024

  1. move proxyFromURL to client

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bb3c912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bba1a View commit details
    Browse the repository at this point in the history
  3. move to newNetDialerFunc

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    dc42337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75fbe70 View commit details
    Browse the repository at this point in the history
  5. fix tls handshake on proxy

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bad5b0a View commit details
    Browse the repository at this point in the history
  6. add tests

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5e557d2 View commit details
    Browse the repository at this point in the history
  7. use done chan for waiting pipe

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d249ef1 View commit details
    Browse the repository at this point in the history
  8. drop unexpected change

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    23a5606 View commit details
    Browse the repository at this point in the history
  9. Remove duplicated test

    134130 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    06fe425 View commit details
    Browse the repository at this point in the history