标签: http http-headers transfer-encoding
使用的协议:HTTP 1.1
标题包含'Transfer-Encoding:chunked'
在发送包含“Transfer-Encoding:chunked”的后续请求(对同一服务器的相同请求)时,我看到为每个请求打开了新的TCP套接字。
同一套接字是否应该用于请求?为什么套接字每次都被终止?
注意: 使用fiddler发送的请求