英文:
What is reason of this error? Is that because connection closed from server-side or client-side?
问题
我正在使用Spring WebClient与服务器进行连接。
我有时会收到以下错误消息,这是因为服务器端关闭了连接还是客户端出现了问题?
reactor.netty.http.client.PrematureCloseException:
连接在响应期间被过早关闭
抑制:
reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
错误已在以下位置被观察到:
|_ checkpoint ? 来自 GET https://*** 的主体 [DefaultClientResponse]
英文:
I'm using Spring webclient to connect to the server.
I'm receiving this error sometimes, is that because connection is closed from server-side or the problem is in client-side?
reactor.netty.http.client.PrematureCloseException:
Connection prematurely closed DURING response
Suppressed:
reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
Error has been observed at the following site(s):
|_ checkpoint ? Body from GET https://*** [DefaultClientResponse]
专注分享java语言的经验与见解,让所有开发者获益!
评论