WebClient doesn't read response until request write is completed.
问题 I'm trying to implement streaming proxy. I faced with the issue with WebClient from spring reactive. Could anyone help me to understand Do I some wrong way or it's just a bug from WebClient side? Stack: reactor-netty 0.7.8.RELEASE spring-boot 2.0.4.RELEASE Desc: I want to proxy a long stream to external service and then forward stream of responses to the requester. Streaming is happening using chunks (HTTP 1.1 Transfer-Encoding : chunked). External service processes every chunk and sends to