We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2722d70 commit 75890b7Copy full SHA for 75890b7
accepted/PSR-7-http-message-meta.md
@@ -683,8 +683,8 @@ following characters:
683
- `\n` (0x0A)
684
685
If compatibility with older systems is desired then the sequence `\r\n` (0x0D0A)
686
-within a header value may be accepted if and only if it is preceded by either
687
-SPACE (0x20) or `\t` (0x09).
+within a header value MAY be accepted if and only if it is immediately preceded by either
+SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally be normalized to a single SPACE (0x20).
688
689
Further characters or sequences in header values should be rejected according
690
to the HTTP specification.
0 commit comments