Merge branch '5.3.x' into main

This commit is contained in:
Rossen Stoyanchev
2021-12-02 12:35:48 +00:00
3 changed files with 15 additions and 12 deletions

View File

@@ -595,7 +595,7 @@ depending on the response status:
}
else {
// Turn to error
return response.createException().flatMap(Mono::error);
return response.createException();
}
});
----