Skip to content

Commit 43d9871

Browse files
author
David Robertson
committed
Forbid complicated etags
1 parent 65d697c commit 43d9871

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

proposals/3886-simple-rendezvous-capability.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ response to immediately update the payload.) Updates will succeed only if the
5454
supplied `ETag` matches the server's current revision of the payload. This
5555
prevents concurrent writes to the payload.
5656

57+
The `ETag` header is standard, described by
58+
[RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-etag). In this
59+
proposal we only accept strong, single-valued ETag values; anything else
60+
constitutes a malformed request.
61+
5762
There is no mechanism to retrieve previous payloads after an update.
5863

5964
#### Expiry

0 commit comments

Comments
 (0)