We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725dd63 commit 665af4cCopy full SHA for 665af4c
src/appConfigurationImpl.ts
@@ -795,6 +795,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
795
796
let i = 0;
797
for await (const page of pageIterator) {
798
+ // when conditional request is sent, the response will be 304 if not changed
799
if (i >= selector.pageEtags.length || // new page
800
(page._response.status === 200 && page.etag !== selector.pageEtags[i])) { // page changed
801
const timestamp = this.#getResponseTimestamp(page);
0 commit comments