micronaut-reactor icon indicating copy to clipboard operation
micronaut-reactor copied to clipboard

Mono<Void> returns 200 even when code is set to 204

Open CezaryBD opened this issue 9 months ago • 1 comments

Expected Behavior

Should preserve code instead of rewriting it.

Actual Behaviour

Rewrites status code to 200.

Steps To Reproduce

See reproducible example in the repository

Environment Information

  • macOS 14.4.1
  • Corretto 17.0.11

Example Application

https://github.com/CezaryBD/micronaut-reactor-mono-void-bug-01

Version

4.4.2

CezaryBD avatar May 10 '24 10:05 CezaryBD