-
Notifications
You must be signed in to change notification settings - Fork 669
Use keep-alive in all SDK HTTP requests #767
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
base: main
Are you sure you want to change the base?
Conversation
…and openapi fetch
…are-using-keepalives-in-our-sdks-e2b-2185
|
e2b_connect client
@jakubno , is this what you envisioned wrt https://linear.app/e2b/issue/E2B-2185/ensure-we-are-using-keepalives-in-our-sdks ? If so, ill move forward with the API/envd part. |
If we are adding the keepalive we might revisit the max connection limits of the clients/fetch. |
…are-using-keepalives-in-our-sdks-e2b-2185
…are-using-keepalives-in-our-sdks-e2b-2185
Description
This is the client side changes needed to make sure
keep-alive
is consistent across all server-side requests.Test
For now, making sure all legacy tests pass, will validate that the header is present server-side.