Skip to content

Commit 6a2a159

Browse files
authored
fix: backport #432 (#464)
1 parent 92cee7d commit 6a2a159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/20-http_header_format.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ A simple example of a `list` with two `list-member`s might look like:
258258

259259
``` abnf
260260
list = list-member 0*31( OWS "," OWS list-member )
261-
list-member = key "=" value
262-
list-member = OWS
261+
list-member = (key "=" value) / OWS
263262
```
264263

265264
Identifiers for a `list` are short (up to 256 characters) textual identifiers.

0 commit comments

Comments
 (0)