You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karm
changed the title
Vert.x Http: application/json, application/xhtml+xml MIMEs not compressed by default
Vert.x Http: application/json MIME not compressed by default
Jun 10, 2024
Describe the bug
As discovered in #40750
application/json
andapplication/xhtml+xml
MIMEs are not compressed by default.See HttpBuildTimeConfig.java.
@mkouba, was there a specific reason for not including it? It seems in the log that you originated it in 670a205
I left the default intact in #40750, merely documenting it.
Expected behavior
Major MIME like
application/json
gets compressed.Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.8.4, main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: