Skip to content

Commit 4780a0b

Browse files
committed
Re-wrap "Validation of Header Names and Values"
1 parent 75890b7 commit 4780a0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,9 @@ 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 by either
687-
SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally be normalized to a single SPACE (0x20).
686+
within a header value MAY be accepted if and only if it is immediately preceded
687+
by either SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally
688+
be normalized to a single SPACE (0x20).
688689

689690
Further characters or sequences in header values should be rejected according
690691
to the HTTP specification.

0 commit comments

Comments
 (0)