Skip to content

Commit

Permalink
Merge pull request #2865 from pmeenan/warren
Browse files Browse the repository at this point in the history
[compression-dictionaries] Cleaned up language in match algorithm
  • Loading branch information
pmeenan authored Aug 15, 2024
2 parents 943dfb9 + ccd31f1 commit 386b7fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-httpbis-compression-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ used:
1. Let URL be the URL of the dictionary request.
1. Let PATTERN be a URL Pattern {{URLPattern}} constructed by setting
input=MATCH, and baseURL=URL.
1. If PATTERN has regexp groups then return FALSE.
1. Return True.
1. If the hasRegExpGroups attribute of PATTERN is TRUE then return FALSE.
1. Return TRUE.

The "match" value is required and MUST be included in the
Use-As-Dictionary Dictionary for the dictionary to be considered valid.
Use-As-Dictionary response header for the dictionary to be considered valid.

### match-dest

Expand Down

0 comments on commit 386b7fe

Please sign in to comment.