Skip to content

Connection Escalator mode #89

Description

@bemasc

Currently, HEv3 is defined as a procedure that produces a single connection as its output. This does not model the actual behavior of optimized HTTP clients, which continue to race QUIC and TCP even after TCP "wins" and the first HTTP request is sent, so that the QUIC connection can be used for the next HTTP request.

I would like to see a mode of HE that is a "connection escalator": its output is an asynchronous finite sequence of connections, each more preferred than the last.

The charter requires that HEv3 "ends with a single established connection to a server". Like the current specification, this is true of a connection escalator: less preferred connections are closed in favor of more-preferred connections as they become available.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions