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

Make keep_alive configurable in the Web version #220

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Dec 28, 2023

Summary

Resolves #186. Related to #211 (comment).
KeepAlive was disabled for the web version without the possibility to re-enable it.

Checklist

  • Unit and integration tests covering the common scenarios were added

The changelog and the docs will be updated after #218

Copy link
Member

@mshustov mshustov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it's necessary since keepalive in fetch has a different meaning https://developer.mozilla.org/en-US/docs/Web/API/fetch#keepalive
OTOH, I can imagine that keepalive in Web API compatible env works as expected, so let's merge since it's a customer decision whether to set the flag or not

@slvrtrn slvrtrn merged commit eaa0713 into main Jan 4, 2024
23 checks passed
@slvrtrn slvrtrn deleted the keep-alive-web-version branch January 4, 2024 13:39
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.

Browser client KeepAlive setting
2 participants