spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Adds flushing after each buffer write in RestClientProxyExchange
Adds flushing after each buffer write in RestClientProxyExchange to fix issue #3410
@spencergibb I've added the test in the other PR (#3486) which only changes the behavior for the special content-type, because I guess we favor that approach. We had a short discussion in #3410 if we should change flushing for everything or just events.
Should we close this one and continue only with the approach in #3486?