spring-framework/spring-web
Rossen Stoyanchev 224589ea74 Remove write pausing in Undertow response
Using the simple example shown in the ticket but switching from
Mono<String> to Flux<String> (and 5,000,000 onNext calls) shows that
constant pausing causes significant overhead and is not worth the
trouble vs ignoring the onWritePossible in REQUESTED state.

Issue: SPR-16702
2018-04-11 14:27:27 -04:00
..
src Remove write pausing in Undertow response 2018-04-11 14:27:27 -04:00
spring-web.gradle Build setup allows for JDK 10 as source/test target compatibility 2018-03-31 23:17:31 +02:00