/resteasy-reactive-content-length

Sample app illustrating quarkus-resteasy-reactive issue with Content-Length response header

Primary LanguageJava

With

quarkus-resteasy-reactive and quarkus-resteasy-reactive-jackson dependencies, the Content-Length response header is present only if the response body size is less or equal to 255 bytes.

PersonResourceTest currently fails. If one byte is removed from the response, the Content-Length is present.

The question is what is the name of the property, controlling this 255 byte limit?