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

[SDK-3631] Defer/batch "Set-Cookie" headers at login() for transient cookies, and clear() #641

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

evansims
Copy link
Member

Changes

Building on the previous implementation of “Set-Cookie” header batching/deference during exchange(), this tweak optimizes in the same manner for clear() and login() calls. Critically, this resolves a common issue for apps behind load balancers like AWS Elastic Load Balancing where there is a hard limit on cookie header sizes, but the change is beneficial for all apps in reducing network overhead.

References

See internal ticket SDK-3631

Testing

See GitHub workflow results.

Contributor Checklist

@evansims evansims added this to the 8.3.0 milestone Sep 19, 2022
@evansims evansims marked this pull request as ready for review September 19, 2022 16:25
@evansims evansims requested a review from a team as a code owner September 19, 2022 16:25
@evansims evansims merged commit df4beff into main Sep 19, 2022
@evansims evansims deleted the sdk-3631-cookie-header-optimizations branch September 19, 2022 16:36
github-actions bot pushed a commit that referenced this pull request Sep 19, 2022
@evansims evansims mentioned this pull request Sep 22, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants