Skip to content
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

Add support for reusing existingConfigId #49

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

fboemer
Copy link
Contributor

@fboemer fboemer commented Nov 12, 2024

Add support for reusing existingConfigId

As of iOS 18.2 (seed 2), during the config request, if a client has a cached configuration, it will send the config id of that cached configuration. Then, if the configuration is unchanged, the server may respond with a config setting reuseExistingConfig = true and omit any other fields. This helps reduce the response size for the config fetch.

@fboemer fboemer enabled auto-merge (squash) November 12, 2024 20:04
@fboemer fboemer merged commit e220657 into main Nov 12, 2024
4 checks passed
@fboemer fboemer deleted the fboemer/existing-config-id branch November 12, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants