Skip to content

Commit 8bd62b2

Browse files
authored
Fix error in CRLF handling in "Validation of Header Names and Values"
1 parent 4780a0b commit 8bd62b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/PSR-7-http-message-meta.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ following characters:
683683
- `\n` (0x0A)
684684

685685
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
686+
within a header value MAY be accepted if and only if it is immediately followed
687687
by either SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally
688688
be normalized to a single SPACE (0x20).
689689

0 commit comments

Comments
 (0)