◐ Shell
reader mode source ↗
Skip to content

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

Closed
tipabu wants to merge 1 commit into
python:masterfrom
tipabu:bpo-36274-latin-1
Closed

bpo-36274: Encode request lines as Latin-1#12314
tipabu wants to merge 1 commit into
python:masterfrom
tipabu:bpo-36274-latin-1

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