We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4780a0b commit 8bd62b2Copy full SHA for 8bd62b2
accepted/PSR-7-http-message-meta.md
@@ -683,7 +683,7 @@ 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 immediately preceded
+within a header value MAY be accepted if and only if it is immediately followed
687
by either SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally
688
be normalized to a single SPACE (0x20).
689
0 commit comments