Skip to content

Commit 2722d70

Browse files
committed
Re-wrap "Validation of Header Names and Values"
1 parent 6553da9 commit 2722d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@ an attacker to inject additional headers or to end the list of headers early.
661661
For this reason classes implementing the `MessageInterface` SHOULD strictly
662662
validate the header names and contents according to the most recent HTTP
663663
specification ([RFC 7230#3.2][1] at the time of writing). The implementation
664-
SHOULD reject invalid values and SHOULD NOT make any attempt to automatically correct
665-
the provided values.
664+
SHOULD reject invalid values and SHOULD NOT make any attempt to automatically
665+
correct the provided values.
666666

667667
A minimally viable validator is expected to reject header names containing the
668668
following characters:

0 commit comments

Comments
 (0)