Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check to IfMatch header #875

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bartvanvelthoven
Copy link

Added check to If-Match header, so EntityTagHeaderValue.Any will only be added when there is no header set.
In the current situation, it will add EntityTagHeaderValue.Any to the header that is already present, causing the If-Match condition to always be true.

@robertmclaws
Copy link
Collaborator

@bartvanvelthoven Looking to get this pulled into the codebase. Is it possible to sync your branch with the latest and add some unit tests to make sure this works properly?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants