Skip to content

Commit

Permalink
Changed: Vary User-Agent is now a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 9, 2023
1 parent 9ebbff5 commit 8cc002d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplint/field/parsers/vary.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class VARY_ASTERISK(Note):

class VARY_USER_AGENT(Note):
category = categories.CACHING
level = levels.INFO
level = levels.WARN
_summary = "Vary: User-Agent can cause cache inefficiency."
_text = """\
Sending `Vary: User-Agent` requires caches to store a separate copy of the response for every
Expand Down

0 comments on commit 8cc002d

Please sign in to comment.