-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limited support for Bidi streams over HTTP1
This adds limited support for bidirectional streams over HTTP1 transports. It removes the explicit error response which disabled this behavior based on the protocol stream type. Bidi streams may now be used in half-duplex mode. This does not enable full-duplex streaming. All requests must be sent before responses are received. This removes the workarounds in the conformance test suite to fake a HTTP2 request/response in order to allow for this behavior. In doing so a deadlock on writing to a closed requests was fixed. Signed-off-by: Edward McFarlane <emcfarlane@buf.build>
- Loading branch information
1 parent
74a6754
commit b6793c6
Showing
3 changed files
with
54 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters