Files
spring-boot/spring-boot-project
Brian Clozel 438004efe5 Simplify HTTP compression support for Reactor Netty
This commit simplifies the HTTP compression configuration for Reactor
Netty servers.

Also, this commit removes a test for the
`server.compression.min-response-size` support, as this is only
supported when the HTTP response contains a `Content-Length` header.
Since most Spring WebFlux responses are using
`Transfer-Encoding: chunked`, we should not test for that case.

See gh-12268
2018-02-27 23:47:35 +01:00
..
2018-02-26 10:26:02 -08:00
2018-02-27 21:25:48 +00:00
2018-02-27 21:25:48 +00:00
2018-02-26 10:26:02 -08:00
2018-02-26 10:26:02 -08:00
2018-02-27 12:53:01 -08:00
2018-02-25 10:59:02 +01:00