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 tunnel proxy: HTTP requests only #57

Merged
merged 18 commits into from Apr 29, 2020

Commits on Apr 24, 2020

  1. Actually pass the proxy mode

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    4ccd444 View commit details
    Browse the repository at this point in the history
  2. Fix HTTP proxy tunnel mode

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    cb64474 View commit details
    Browse the repository at this point in the history
  3. Merge proxy request headers

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    bb33288 View commit details
    Browse the repository at this point in the history
  4. Remove unused read_body function

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    7b282e5 View commit details
    Browse the repository at this point in the history
  5. Update httpcore/_async/http_proxy.py

    Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
    Yeray Diaz Diaz and florimondmanca committed Apr 24, 2020
    Copy the full SHA
    e66f63a View commit details
    Browse the repository at this point in the history
  6. Run unasync

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    0d56549 View commit details
    Browse the repository at this point in the history
  7. Update httpcore/_async/http_proxy.py

    Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
    Yeray Diaz Diaz and florimondmanca committed Apr 24, 2020
    Copy the full SHA
    0538c27 View commit details
    Browse the repository at this point in the history
  8. Update httpcore/_async/http_proxy.py

    Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
    Yeray Diaz Diaz and florimondmanca committed Apr 24, 2020
    Copy the full SHA
    81c77de View commit details
    Browse the repository at this point in the history
  9. Run unasync

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    ae0fe5c View commit details
    Browse the repository at this point in the history
  10. Move saving instance variable from args

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    b0d2167 View commit details
    Browse the repository at this point in the history
  11. Bespoke building of the tunnel proxy headers

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    1aff8b8 View commit details
    Browse the repository at this point in the history
  12. Refactor _connect method

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    92c749a View commit details
    Browse the repository at this point in the history
  13. Do not register proxy connection and use _add_to_pool

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    d4cc5e7 View commit details
    Browse the repository at this point in the history
  14. Remove DEFAULT mode, renamed to FORWARD and TUNNEL modes

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    a6c38a7 View commit details
    Browse the repository at this point in the history
  15. Reinstate DEFAULT and *_ONLY proxy modes

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    b9acb72 View commit details
    Browse the repository at this point in the history
  16. Run unasync and fix tests

    Yeray Diaz Diaz committed Apr 24, 2020
    Copy the full SHA
    b03255e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Reinstate DEFAULT behaviour tunneling only on https

    Yeray Diaz Diaz committed Apr 28, 2020
    Copy the full SHA
    1c8a3a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Revert proxy_mode not defaulting and docstring.

    Yeray Diaz Diaz committed Apr 29, 2020
    Copy the full SHA
    e74665d View commit details
    Browse the repository at this point in the history