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

Fix HTTP tunnel #2448

Merged
merged 5 commits into from
May 1, 2023
Merged

Fix HTTP tunnel #2448

merged 5 commits into from
May 1, 2023

Commits on Apr 26, 2023

  1. Fix HttpProxyTunnel expected response

    According to https://datatracker.ietf.org/doc/html/draft-luotonen-web-proxy-tunneling-01#section-3.2, the expected response to a `CONNECT` should be `HTTP/1.1 200 Connection established` instead of `HTTP/1.1 200 OK`. Allow both responses for now (as still a lot of proxy implementations fail to follow the standard).
    flobernd committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ef12ad1 View commit details
    Browse the repository at this point in the history
  2. Allow http:// prefix besides http: to specify the tunnel format

    A HTTP(S), SOCKS, etc. proxy is traditionally specified by an URI of form `scheme://[user:pass@]host[:port]`. Accept both formats for backwards compatibility.
    flobernd committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    59ae26c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8b8622 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    6d78217 View commit details
    Browse the repository at this point in the history
  2. Add release notes

    NickCraver committed May 1, 2023
    Configuration menu
    Copy the full SHA
    39f1369 View commit details
    Browse the repository at this point in the history