The Netty client may treat a Content-Length
header as an indicator to decode body for GET
#9489
Labels
Milestone
Content-Length
header as an indicator to decode body for GET
#9489
More info on StackOverflow: https://stackoverflow.com/questions/78989281/spring-integration-webflux-fails-for-every-other-calls.
Fix the
AbstractHttpRequestExecutingMessageHandler
to remove aContent-Length
when:The workaround is to remove this header before calling WebFlux outbound channel adapter:
The text was updated successfully, but these errors were encountered: