Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devine-dl/python-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: qwj/python-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 3 files changed
  • 4 contributors

Commits on May 9, 2021

  1. ssh reconnect

    qwj committed May 9, 2021
    Configuration menu
    Copy the full SHA
    2e18d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Obey RFC2616

    https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
    An HTTP/1.1 proxy MUST ensure that any request message it forwards does contain an appropriate Host header field that identifies the service being requested by the proxy. All Internet-based HTTP/1.1 servers MUST respond with a 400 (Bad Request) status code to any HTTP/1.1 request message which lacks a Host header field.
    Mervent committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    fe495ce View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull request qwj#151 from Mervent/master

    Obey RFC2616 in CONNECT request
    qwj authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    4863477 View commit details
    Browse the repository at this point in the history
  2. Merge pull request qwj#163 from Jonney/patch-2

    Compatible with Python 3.11
    qwj authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e03384f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge branch 'master' of https://github.com/qwj/python-proxy

    python 3.11 compatibility
    qwj committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    09d4752 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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

Commits on Apr 25, 2024

  1. Fix SyntaxWarning

    pproxy/proto.py:7: SyntaxWarning: invalid escape sequence '\['
    Jonney authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    10f5013 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Merge pull request qwj#175 from vforvideo/admin

    feat: httpadmin protocol for external control
    qwj authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f512359 View commit details
    Browse the repository at this point in the history
  2. Merge pull request qwj#188 from Jonney/patch-3

    Fix SyntaxWarning
    qwj authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c3a8446 View commit details
    Browse the repository at this point in the history
Loading