https://tools.ietf.org/html/rfc2616#section-8.2.28.2.2 Monitoring Connections for Error Status Messages
An HTTP/1.1 (or later) client sending a message-body SHOULD monitor
the network connection for an error status while it is transmitting
the request. If the client sees an error status, it SHOULD
immediately cease transmitting the body. If the body is being sent
using a "chunked" encoding (section 3.6), a zero length chunk and
empty trailer MAY be used to prematurely mark the end of the message.
If the body was preceded by a Content-Length header, the client MUST
close the connection.
【 在 wincss (wincss) 的大作中提到: 】
: 看你是 HTTP/1.0 还是 1.1
: 1.0 的情况下,服务器发完 response 就应该 close 连接了,客户端想发也发不过去了。
: 1.1 的情况下,客户端停止发送,如果 chunk 编码的话,就发一个 0 长的 chunk 结束,
: ...................
--
FROM 114.242.94.*