Commit c6cc3c1
authored
cache-control: no-cache: use quoted-string form (#4177)
* cache-control: no-cache: use quoted-string form
Update comment and test examples of qualified no-cache directives (no-cache=...) to use the quoted-string form instead of the token form.
Per https://httpwg.org/specs/rfc9111.html#cache-response-directive.no-cache:
> This directive uses the quoted-string form of the argument syntax. A sender SHOULD NOT generate the token form (even if quoting appears not to be needed for single-entry lists).
* revert deliberate test case
* revert some changes
---------
Co-authored-by: alxndrsn <alxndrsn>1 parent b1fc63c commit c6cc3c1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments