Nginx客户端过早关闭连接含义

Nginx客户端过早关闭连接含义

我有两条相隔几秒钟的日志。

2020/05/19 23:40:52 [info] 20979#20979: *47874 client prematurely closed connection while sending response to client, client: x.x.x.x, server: mymedia.com, request: "GET /dl-obb/data HTTP/1.1"
2020/05/19 23:40:45 [info] 20979#20979: *47873 client prematurely closed connection (104: Connection reset by peer) while sending response to client, client: x.x.x.x, server: mymedia.com, request: "GET /dl-obb/data HTTP/1.1"

这两个都是针对 1 个用户和一个 obb 文件。这两者之间有什么区别?每个是什么意思?谢谢

相关内容