Uh oh!
There was an error while loading. Please reload this page.
Fix: Expect return true immediately if If-None-Match matches the ETag header (#35) - #38
Conversation
UlisesGascon
left a comment
There was a problem hiding this comment.
Thanks for making this work @bigbigDreamer!
AFAIK, seems like this is a major change in terms of semver. I will love to have some additional reviews before we merge it (I am not an expert on fresh) 👍
This comment was marked as resolved.
This comment was marked as resolved.
ctcpip
commented
Apr 29, 2024
there is no perfect answer, but you could argue that a breaking change caused by spec-compliance where you don't do a major version bump does not violate semver. unrelated but similar issue I ran into last week: |
rxmarbles
left a comment
There was a problem hiding this comment.
Also don't have perms to approve but a ➕1 from me 😄
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
wesleytodd
commented
Jul 30, 2024
I am adding this to the list of required releases before we land |
jonchurch
commented
Sep 4, 2024
Updated the PR to early return from the for loop. The change to the flow of the code allows us to do that, while previously we fell through to give the other header a chance to invalidate. When we have an if-none-match, we must decide fresh based on that |
Main Changes
Expect return true immediately if If-None-Match matches the ETag header.
Context
Closes#35