Skip to content

Commit ed3ac70

Browse files
Update guideline/static-context-provider.md
Co-authored-by: Lukas Reining <lukas.reining@codecentric.de> Signed-off-by: Thomas Poignant <thomas.poignant@gmail.com>
1 parent a61e2bf commit ed3ac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guideline/static-context-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ flowchart TD
5656
## Polling
5757
The polling system will make a POST request periodically to the `/ofrep/v1/evaluate/flags` endpoint to check if there is a change in the flags evaluation to be able to store it.
5858

59-
If an `ETag` is available we should always add the header `If-None-Match` with the `ETag` value.
59+
If an `ETag` of a former evaluation is available we should always add the header `If-None-Match` with the `ETag` value.
6060
- If the cache is still up-to-date we will receive a `304` telling us that the nothing has changed on the flag management system side.
6161
- If the cache is outdated we will receive a `200` with the new values of all the flags. In that situation we should:
6262
1. Replace the actual local cache of flags evaluations.

0 commit comments

Comments
 (0)