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

Perform correct length measurement for Python strings in HTTP request data #6590

Closed
wants to merge 4 commits into from

Commits on Nov 27, 2023

  1. Unit test for string containing multi-byte UTF-8

    There are two tests here. One demonstrating existing, correct
    behavior for `data=bytes`, and another, failing, test for the case
    where `data=string` and the string contains multi-byte UTF-8.
    bruceadams committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f670704 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    82d1641 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'f6707042d8b18d2a3737380bf58ff020872fb07b' of github.com…

    …:psf/requests into ben/fix-len
    goelbenj committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    589fa9d View commit details
    Browse the repository at this point in the history
  3. Run pre-commit

    goelbenj committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f9f587f View commit details
    Browse the repository at this point in the history