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

"HTTP connection scope" is somewhat misleading #496

Open
nggit opened this issue Feb 28, 2025 · 0 comments
Open

"HTTP connection scope" is somewhat misleading #496

nggit opened this issue Feb 28, 2025 · 0 comments

Comments

@nggit
Copy link

nggit commented Feb 28, 2025

Each incoming HTTP request is treated independently, with a new scope created for every request, even if they originate from the same client and reuse the same TCP connection (e.g., with HTTP/1.1 keep-alive).

Thus, the term "HTTP connection scope" can be misleading, as people might interpret it as HTTP persistent connection.

Wouldn't "HTTP request scope" or "HTTP transaction scope" be a more accurate term?

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

No branches or pull requests

1 participant