Skip to content

Requests the ready api on stream opening. #2478

@scw00

Description

@scw00

Description

We are developing a h3 connection pool which request a poll_ready api on stream opening. For example:

  1. we retrieve all the queue of connection to find out a connection which is ready to open a stream
  2. then pop that connection and propagate it to the h3 stack.

In this way, the task is pending on poll_ready if the connection can't open stream anymore and wake this task up until
next MAX_STREAMS incoming.

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