Rest ';PrematureCloseException:在响应过程中关闭连接溢价';在使用WebClient时发生

Rest ';PrematureCloseException:在响应过程中关闭连接溢价';在使用WebClient时发生,rest,netty,webclient,Rest,Netty,Webclient,在正常情况下,WebClient工作正常,但在特定的api调用中会出现异常。 错误日志如下所示 reactor.core.Exceptions$ReactiveException: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed DURING response 为什么会这样? 是否存在不支持WebClient调用的API

在正常情况下,WebClient工作正常,但在特定的api调用中会出现异常。 错误日志如下所示

reactor.core.Exceptions$ReactiveException: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed DURING response
为什么会这样? 是否存在不支持WebClient调用的API