Skip to content

Commit d7b48e4

Browse files
authored
Update draft-ietf-httpapi-idempotency-key-header.md
1 parent 19e1115 commit d7b48e4

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
@@ -164,7 +164,7 @@ If the request is retried, while the original request is still being processed,
164164
Link: <https://developer.example.com/idempotency>;
165165
rel="describedby"; type="text/html"
166166

167-
Error scenarios above describe the processing status of an idempotent request by the resource server. Clients MUST correct the requests before performing a retry operation, or the the resource server MUST fail the request and return one of the above errors.
167+
Error scenarios above describe the status of an idempotent request that fails with an error, after the resource server prcocesses the request. Clients MUST correct the requests before performing a retry operation, or the the resource server MUST fail the request and continue to return one of the above errors.
168168

169169
For other 4xx/5xx errors, such as 401, 403, 500, 502, 504, 429, or any other error code that is not listed here, the client SHOULD act appropriately by following the resource server's documentation.
170170

0 commit comments

Comments
 (0)