Skip to content

Commit fbe4581

Browse files
authored
Merge pull request #30 from slinkydeveloper/patch-1
Relax concurrent requests SHOULD return resource conflict errors
2 parents f797bf9 + 890cda8 commit fbe4581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-httpapi-idempotency-key-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For each request, server SHOULD
138138

139139
Concurrent Request
140140

141-
The request was retried before the original request completed. The resource server MUST respond with a resource conflict error. See Error Scenarios for details.
141+
The request was retried before the original request completed. The resource server SHOULD respond with a resource conflict error. See Error Scenarios for details.
142142

143143

144144
## Error Scenarios

0 commit comments

Comments
 (0)