spring-framework/spring-webflux
Brian Clozel d463598c09 Defer ExchangeFilterFunction to subscription time
Prior to this commit, the `ExchangeFilterFunction` instances configured
on a `WebClient` instance would be executed as soon as the `exchange`
method would be called. This behavior is not consistent with the server
side and can confuse filter developers as they'd need to manually
`Mono.defer()` their implementations if they want to record metrics.

This commit defers all `ExchangeFilterFunction` processing at
subscription time.

Fixes gh-22375
2019-02-12 10:52:49 +01:00
..
src Defer ExchangeFilterFunction to subscription time 2019-02-12 10:52:49 +01:00
spring-webflux.gradle Upgrade to Apache HttpClient 4.5.7 2019-02-05 00:10:40 +01:00