**[mowol](https://jira.spring.io/secure/ViewProfile.jspa?name=mowol)** opened **[SPR-17522](https://jira.spring.io/browse/SPR-17522?redirect=false)** and commented WebTestClient.BodySpec.isEmpty() returns false on a Mono.empty(). In debug-view the responseBody is a MonoProcessor with a value of byte[0]. Interestingly enough, WebTestClient.BodySpec.getBodyAsString() has the following code: ```java if (body == null || body.length == 0) { return ""; } ``` where a byte[0] would be considered empty. --- **Affects:** 5.0.9 **Referenced from:** commits https://github.com/spring-projects/spring-framework/commit/759013eb17cf1a0d6ecd69b0769f90a74cae6f87