- 
                Notifications
    You must be signed in to change notification settings 
- Fork 39
Support Azure Front Door #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: preview
Are you sure you want to change the base?
Conversation
| sb.Append(RequestTracingConstants.Delimiter); | ||
| } | ||
|  | ||
| sb.Append(RequestTracingConstants.AfdTag); | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"AFD" can be applied as a separate tag like "UsesKeyVault" (not part of Features string).
That's how you have it setup in the JS provider PR too.
|  | ||
| using Response rawResponse = response.GetRawResponse(); | ||
| DateTimeOffset responseDate = rawResponse.GetDate(); | ||
| if (_watchedIndividualKvChangeDetectedTime.TryGetValue(watchedKeyLabel, out DateTimeOffset lastChangeDetectedTime)) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Date comparison shouldn't be necessary for loading. Only for detecting if a refresh/reload is needed.
No description provided.