You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrating.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ Ensure `mongocrypt_setopt_retry_kms` is called on the `mongocrypt_t` to enable r
249
249
> until `mongocrypt_kms_ctx_bytes_needed` returns 0.
250
250
251
251
If any step encounters a network error, call `mongocrypt_kms_ctx_fail`.
252
-
If `mongocrypt_kms_ctx_fail` returns true, continue to the next KMS context.
252
+
If `mongocrypt_kms_ctx_fail` returns true, retry the request by continuing to the next KMS context or by feeding the new response into the same context.
253
253
If `mongocrypt_kms_ctx_fail` returns false, abort and report an error. Consider wrapping the error reported in `mongocrypt_kms_ctx_status` to include the last network error.
254
254
255
255
2. When done feeding all replies, call `mongocrypt_ctx_kms_done`.
0 commit comments