tgState icon indicating copy to clipboard operation
tgState copied to clipboard

在运行过程中会有较多的500返回

Open Cosmos-Break opened this issue 5 months ago • 0 comments

有很多500返回,有时会出读取响应主体数据时发生错误,server sent GOAWAY,这个应该是读取文件请求太多了? 用docker部署的,日志如下:

2024/09/09 09:24:52 500 2024/09/09 09:24:52 500 2024/09/09 09:24:52 500 2024/09/09 09:24:52 500 2024/09/09 09:24:52 获取文件成功【xxxx】 2024/09/09 09:24:52 获取文件成功【xxx】 2024/09/09 09:24:52 获取文件成功【xxx】 2024/09/09 09:24:52 获取文件成功【xxx】 2024/09/09 09:24:52 获取文件成功【xxxx】 2024/09/09 09:24:52 500 2024/09/09 09:24:52 500 2024/09/09 09:24:53 500 2024/09/09 09:24:53 500 2024/09/09 09:24:53 500

2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 读取响应主体数据时发生错误: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" 2024/09/09 09:27:04 http: panic serving 172.17.0.1:45988: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" goroutine 33992 [running]:

Cosmos-Break avatar Sep 09 '24 09:09 Cosmos-Break