Skip to content

Commit

Permalink
Remove another RED reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 4, 2023
1 parent 333b853 commit ff8eccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httplint/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,15 +758,15 @@ class DATE_CORRECT(Note):
_summary = "The server's clock is correct."
_text = """\
HTTP's caching model assumes reasonable synchronisation between clocks on the server and client;
using RED's local clock, the server's clock appears to be well-synchronised."""
compared to the local clock, the server's clock appears to be well-synchronised."""


class DATE_INCORRECT(Note):
category = categories.GENERAL
level = levels.BAD
_summary = "The server's clock is %(clock_skew_string)s."
_text = """\
Using RED's local clock, the server's clock does not appear to be well-synchronised.
Compared to the local clock, the server's clock does not appear to be well-synchronised.
HTTP's caching model assumes reasonable synchronisation between clocks on the server and client;
clock skew can cause responses that should be cacheable to be considered uncacheable (especially if
Expand Down

0 comments on commit ff8eccd

Please sign in to comment.