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 unicode errors #7044

Merged
merged 5 commits into from
Nov 20, 2022
Merged

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    9220019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e100be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6bbb2c View commit details
    Browse the repository at this point in the history
  4. http_parser: use backslashreplace when reporting LineTooLong error

    This should avoid problems when the line contains characters that cannot
    be decoded in the utf-8 encoding, which would generate a TypeError with
    the xmlcharrefreplace encoding.
    ret2libc committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d718a62 View commit details
    Browse the repository at this point in the history
  5. Add CHANGES fragment

    ret2libc committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bd5dfb8 View commit details
    Browse the repository at this point in the history