mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
chore: update test case comment
The updated comment reflects a better understanding of the RFCs.
This commit is contained in:
parent
628b2b388d
commit
cb610230d9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func TestIsModified(t *testing.T) {
|
|||
ETag: cachedEtag,
|
||||
IsModified: false,
|
||||
},
|
||||
// This case is invalid per RFC9110 8.8.1, so ETag takes precedence.
|
||||
// ETag takes precedence per RFC9110 8.8.1.
|
||||
"Last-Modified changed only": {
|
||||
Status: 200,
|
||||
LastModified: "Thu, 22 Oct 2015 07:28:00 GMT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue