• Brian Clozel's avatar
    Support server.compression with reactive servers · 381d759e
    Brian Clozel authored
    This commit adds support for HTTP compression with reactive servers,
    with the following exceptions:
    
    * `server.compression.mime-types` and
    `server.compression.exclude-user-agents` are not supported by Reactor
    Netty at the moment
    
    * `server.compression.min-response-size` is only supported by Reactor
    Netty right now, since other implementations rely on the
    `"Content-Length"` HTTP response header to measure the response size
    and most reactive responses are using `"Transfer-Encoding: chunked"`.
    
    Closes gh-10782
    381d759e
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...