-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle the incoming LastHttpContent with no content as if it is EMPTY…
…_LAST_CONTENT When the incoming LastHttpContent is EMPTY_LAST_CONTENT, Reactor Netty directly completes the inbound. Handle the incoming LastHttpContent with no content in the same way instead of buffering it in FluxReceive. Adapt the tests - instead of counting the received content on the server, directly count the outbound data on the client.
- Loading branch information
Showing
2 changed files
with
39 additions
and
5 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