Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Attempt to warm http2 connection upon SDK startup (#1201)
This updates our HTTP2 transport to attempt the `connect()` of the HTTP2 connection upon initialization. It also sets a 600 second timeout on the connection. This most benefits long-running servers, but improvements can also be seen in warm serverless functions.
- Loading branch information