Skip to content

Commit

Permalink
fix: backport #432 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Aug 31, 2021
1 parent 92cee7d commit 6a2a159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/20-http_header_format.md
Expand Up @@ -258,8 +258,7 @@ A simple example of a `list` with two `list-member`s might look like:

``` abnf
list = list-member 0*31( OWS "," OWS list-member )
list-member = key "=" value
list-member = OWS
list-member = (key "=" value) / OWS
```

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

0 comments on commit 6a2a159

Please sign in to comment.