Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 85a36fb

Browse files
committed
Add todo item
1 parent 4d0d9b5 commit 85a36fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.AspNetCore.ResponseCaching/ResponseCachingContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ internal bool ConditionalRequestSatisfied(ResponseHeaders cachedResponseHeaders)
515515
{
516516
foreach (var tag in RequestHeaders.IfNoneMatch)
517517
{
518+
// TODO: use strong comparison
518519
if (cachedResponseHeaders.ETag.Equals(tag))
519520
{
520521
return true;

0 commit comments

Comments
 (0)