You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"body":{"command":"version","jobId":4,"jobStatus":"TERMINATED","results":[{"jobId":4,"type":"version","version":"3.5.4"},{"jobId":4,"statusCode":0,"type":"status"}],"timeExpired":false},"sessionId":"ddd458e3-b4f1-47f9-b261-b9dbf7310dab","state":"SUCCEEDED"}
[2023-02-16 14:14:45.463] ERROR http exception:127.0.0.1:8563 failed to respond
org.apache.http.NoHttpResponseException: 127.0.0.1:8563 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
bug 代码位置
The text was updated successfully, but these errors were encountered:
lindzh
changed the title
http api server connection close 无连接复用也无 response header connection close 导致 client 使用已经reset 的链接
http api server connection close 无连接复用也无 response header connection close 导致 client 使用已经被 server 半关闭的连接
Feb 16, 2023
环境信息
重现问题的步骤
期望的结果
第二次连接复用的请求能够成功。
如果不复用连接,第一次的 response 需要带上 connection:close 符合 http 协议连接优雅关闭。
实际运行的结果
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
bug 代码位置
The text was updated successfully, but these errors were encountered: