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

transfer: Upper-case lengths in chunked encoding #6996

Conversation

divergentdave
Copy link
Contributor

Emit upper-case hexadecimal lengths in chunked encoding, instead of lower-case. This matches the choice made by hyper, and so test fixtures can easily accommodate both backends.

This is an alternative to #6987, as previously discussed. Note that there was a second chunked encoding code path, which I also changed to use upper case, and three additional test fixtures had to be updated, which were previously not affected when looking at only the hyper configuration.

Emit upper-case hexadecimal lengths in chunked encoding, instead of
lower-case. This matches the choice made by hyper, and so test fixtures
can easily accommodate both backends.
@bagder
Copy link
Member

bagder commented May 4, 2021

We went with #6987 instead!

@bagder bagder closed this May 4, 2021
@divergentdave divergentdave deleted the chunked-encoding-upper-case-length branch June 20, 2021 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants