-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
I have the idea to implement bi-directional streams over http2:
- the client send a request with headers, and methods
- 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 - 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
Labels
No labels