Skip to content

bi-directional streams ? #73

@benoitc

Description

@benoitc

I have the idea to implement bi-directional streams over http2:

  1. the client send a request with headers, and methods
  2. The server respond with headers and wait from the client
    3 we enter then in the following loop until the client or the server decide to stop:
    3.a) the client send a chunk, wait for the server
    3.b) the server reply wioth a chun and then wait for the client
  3. The server finish with a terminal trailers

Wile it can be hackish to do it with the current implement, is it even possible? Any guidance would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions