http响应请求
HTTP/1.1 404Connection: keep-aliveDate: Mon, 21 Dec 2020 07:52:52 GMTKeep-Alive: timeout=4Proxy-Connection: keep-aliveContent-Length: 0当使用Keep-Alive模式(又称持久连接、连接重用)时,Keep-Alive功能使客户端到服 务器端的连接持续有效,当出现对服务器的后继请求时,Keep-Alive功能避免了建立或者重新建立连接。
返回404,表示资源不在被请求服务器上;Connection: keep-alive 表示是持久性连接;Content-Length: 0 表示没有消息主体。

浙公网安备 33010602011771号