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

Commit

Permalink
Add todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Aug 29, 2016
1 parent 4d0d9b5 commit 85a36fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ internal bool ConditionalRequestSatisfied(ResponseHeaders cachedResponseHeaders)
{
foreach (var tag in RequestHeaders.IfNoneMatch)
{
// TODO: use strong comparison
if (cachedResponseHeaders.ETag.Equals(tag))
{
return true;
Expand Down

0 comments on commit 85a36fb

Please sign in to comment.