Skip to content

fix(apiv1): support comma-separated ETag lists in conditionals#336

Merged
alecthomas merged 1 commit into
mainfrom
fix/etag-list-conditionals
Jun 22, 2026
Merged

fix(apiv1): support comma-separated ETag lists in conditionals#336
alecthomas merged 1 commit into
mainfrom
fix/etag-list-conditionals

Conversation

@alecthomas

Copy link
Copy Markdown
Collaborator

Parse If-Match / If-None-Match header values as RFC 7232 ETag lists so list-valued preconditions match when any listed ETag matches. Single-ETag and wildcard behaviour is unchanged.

Closes #333

Parse If-Match / If-None-Match header values as RFC 7232 ETag lists so list-valued preconditions match when any listed ETag matches. Single-ETag and wildcard behaviour is unchanged.

Closes #333
@alecthomas alecthomas requested a review from a team as a code owner June 22, 2026 02:47
@alecthomas alecthomas requested review from worstell and removed request for a team June 22, 2026 02:47
@alecthomas alecthomas enabled auto-merge (squash) June 22, 2026 02:47
@alecthomas alecthomas merged commit 6824b56 into main Jun 22, 2026
8 checks passed
@alecthomas alecthomas deleted the fix/etag-list-conditionals branch June 22, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

checkConditionals: support comma-separated ETag lists

1 participant