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

perf(dgw): keep HTTP connections open for 10 minutes #863

Merged
merged 1 commit into from
May 16, 2024

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented May 16, 2024

Most browsers will keep HTTP connections open to increase throughput when performing subsequent transactions.
For simplicity, we don’t distinguish between idle and non-idle connections.

Most browsers will keep HTTP connections open to increase throughput
when performing subsequent transactions.
For simplicity, we don’t distinguish between idle and non-idle
connections.
@CBenoit CBenoit requested a review from a team May 16, 2024 16:50
@CBenoit CBenoit enabled auto-merge (squash) May 16, 2024 16:50
@CBenoit CBenoit merged commit 245e2cf into master May 16, 2024
19 checks passed
@CBenoit CBenoit deleted the perf-keep-http-connection-open branch May 16, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants