Skip to content

"HTTP connection scope" is somewhat misleading #496

Open
@nggit

Description

@nggit

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions