Skip to content

Commit 19e1115

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

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
@@ -166,7 +166,7 @@ If the request is retried, while the original request is still being processed,
166166

167167
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.
168168

169-
For other 4xx/5xx errors, such as 401, 403, 500, 502, 504, 429, the client SHOULD act appropriately by following the resource server's documentation.
169+
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

171171

172172
# IANA Considerations

0 commit comments

Comments
 (0)