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

Add optional method ProxyTLSConnection (closes #779) #782

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

Commits on May 12, 2022

  1. Add optional method ProxyTLSConnection (closes gorilla#779)

    Removed the call to NetDialTLSContext from the HTTP proxy CONNECT step and replaced it with a regular net.Dial in order to prevent connection issues. Custom TLS connections can now be made via the new optional ProxyTLSConnection method, after the proxy connection has been successfully established.
    sleeyax committed May 12, 2022
    Configuration menu
    Copy the full SHA
    502bd65 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Check error

    sleeyax committed May 14, 2022
    Configuration menu
    Copy the full SHA
    adb1388 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Jul 30, 2023

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

Commits on Aug 17, 2023

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