Skip to content

Commit 665af4c

Browse files
wip
1 parent 725dd63 commit 665af4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/appConfigurationImpl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
795795

796796
let i = 0;
797797
for await (const page of pageIterator) {
798+
// when conditional request is sent, the response will be 304 if not changed
798799
if (i >= selector.pageEtags.length || // new page
799800
(page._response.status === 200 && page.etag !== selector.pageEtags[i])) { // page changed
800801
const timestamp = this.#getResponseTimestamp(page);

0 commit comments

Comments
 (0)