Skip to content

Commit

Permalink
Merge d94b79d into 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Dec 9, 2024
2 parents 671715b + d94b79d commit 52d8efb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ void testProtocolVersion(HttpServer server, HttpClient client) {

@ParameterizedCompatibleCombinationsTest
void testMonoRequestBodySentAsFullRequest_Flux(HttpServer server, HttpClient client) {
// sends the message and then last http content
testRequestBody(server, client, sender -> sender.send(ByteBufFlux.fromString(Mono.just("test"))), 2);
}

Expand Down

0 comments on commit 52d8efb

Please sign in to comment.