-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.x.x - Wrap InboundStream iterator in request body (#369)
* Stick NIOAsyncChannel in request body streamer * Clean up, remove task group in HTTPChannelHandler * Add more checking in HBStreamedRequestBody.AsyncIterator.next * Fix benchmarks * Fix finished request flush * don't use function to flush body parts * Add support for creating stream from byteBuffer, only allow one iterate of HBStreamedRequestBody * 2.x.x - Use AnyAsyncSequence and creating request body streams (#373) * Use AnyAsyncSequence to hold request body async sequence * Make contents of HBRequestBody internal * Remove HBRequestBody.collate(maxSize) as we can use `collect` now
- Loading branch information
1 parent
6a678c9
commit 5c1f2ea
Showing
14 changed files
with
492 additions
and
156 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
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
Oops, something went wrong.