roman-svystun / resteasy-reactive-content-length

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

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


Languages

Language:Java 100.0%