Skip to content

Commit 3fecfcd

Browse files
author
David Robertson
committed
Rename M_DIRTY_WRITE -> M_CONCURRENT_WRITE
"Dirty write" refers to a specific SQL phenomenon regarding transaction isolation, see e.g. https://blog.acolyer.org/2016/02/24/a-critique-of-ansi-sql-isolation-levels/ Instead, prefer the word "concurrent".
1 parent 43d9871 commit 3fecfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/3886-simple-rendezvous-capability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ HTTP response codes, and Matrix error codes:
165165
- `202 Accepted` - payload updated
166166
- `400 Bad Request` (`M_MISSING_PARAM`) - a required header was not provided.
167167
- `404 Not Found` (`M_NOT_FOUND`) - rendezvous URI is not valid (it could have expired)
168-
- `412 Precondition Failed` (`M_DIRTY_WRITE`, **a new error code**) - when the ETag does not match
168+
- `412 Precondition Failed` (`M_CONCURRENT_WRITE`, **a new error code**) - when the ETag does not match
169169
- `413 Payload Too Large` (`M_TOO_LARGE`) - the supplied payload is too large
170170
- `429 Too Many Requests` (`M_UNKNOWN`) - the request has been rate limited
171171

0 commit comments

Comments
 (0)