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 inconsistency between Python and C http request parsers. #4973

Merged
merged 13 commits into from
Oct 21, 2020

Commits on Sep 25, 2020

  1. Fix inconsistency between Python and C http request parsers.

    They both now correctly parse URLs containing pct-encoded sequences
    and work with yarl 1.6.0.
    Yarl >= 1.6 is now required.
    serhiy-storchaka committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4a45826 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    19b7c54 View commit details
    Browse the repository at this point in the history
  2. Add new tests.

    serhiy-storchaka committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    8beb8a2 View commit details
    Browse the repository at this point in the history
  3. Update tests/test_http_parser.py

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    serhiy-storchaka and webknjaz committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    5c8b948 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d4828c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    6dace12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c996e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

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

Commits on Oct 16, 2020

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

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    774b3cd View commit details
    Browse the repository at this point in the history
  2. Support yarl <1.6.

    serhiy-storchaka committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b2183ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b845ac View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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