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

Commit 1382273

Browse files
committed
Add todo item
1 parent 2eda923 commit 1382273

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
@@ -463,6 +463,7 @@ internal bool ConditionalRequestSatisfied(ResponseHeaders cachedResponseHeaders)
463463
{
464464
foreach (var tag in RequestHeaders.IfNoneMatch)
465465
{
466+
// TODO: use strong comparison
466467
if (cachedResponseHeaders.ETag.Equals(tag))
467468
{
468469
return true;

0 commit comments

Comments
 (0)