Skip to content

Commit 386b7fe

Browse files
authored
Merge pull request #2865 from pmeenan/warren
[compression-dictionaries] Cleaned up language in match algorithm
2 parents 943dfb9 + ccd31f1 commit 386b7fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

draft-ietf-httpbis-compression-dictionary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ used:
227227
1. Let URL be the URL of the dictionary request.
228228
1. Let PATTERN be a URL Pattern {{URLPattern}} constructed by setting
229229
input=MATCH, and baseURL=URL.
230-
1. If PATTERN has regexp groups then return FALSE.
231-
1. Return True.
230+
1. If the hasRegExpGroups attribute of PATTERN is TRUE then return FALSE.
231+
1. Return TRUE.
232232

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

236236
### match-dest
237237

0 commit comments

Comments
 (0)