Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-36274: Encode request lines as Latin-1#12314

Closed
tipabu wants to merge 1 commit into
python:masterpython/cpython:masterfrom
tipabu:bpo-36274-latin-1tipabu/cpython:bpo-36274-latin-1Copy head branch name to clipboard
Closed

bpo-36274: Encode request lines as Latin-1#12314
tipabu wants to merge 1 commit into
python:masterpython/cpython:masterfrom
tipabu:bpo-36274-latin-1tipabu/cpython:bpo-36274-latin-1Copy head branch name to clipboard

Conversation

@tipabu

@tipabu tipabu commented Mar 13, 2019

Copy link
Copy Markdown
Contributor

While this is out of spec according to RFC 7230 (which limits expected octets to some subset of ASCII), it is often useful to be able to mimic an out-of-spec client when testing a server or application.

Use Latin-1 in keeping with how we handle headers and bodies. This is the first fix proposed in the bug report; the second will also be submitted so reviewers can decide between fixes.

https://bugs.python.org/issue36274

https://bugs.python.org/issue36274

While this is out of spec according to RFC 7230 (which limits
expected octets to some subset of ASCII), it is often useful to
be able to mimic an out-of-spec client when testing a server or
application.

Use Latin-1 in keeping with how we handle headers and bodies.

https://bugs.python.org/issue36274
@tipabu tipabu force-pushed the bpo-36274-latin-1 branch from f673e21 to 3d8161a Compare July 8, 2019 18:09
@jaraco

jaraco commented Sep 11, 2019

Copy link
Copy Markdown
Member

Closing for this reason.

@jaraco jaraco closed this Sep 11, 2019
@tipabu tipabu deleted the bpo-36274-latin-1 branch September 11, 2019 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.