【发布时间】:2014-10-11 12:30:21
【问题描述】:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
HTTP/1.1 代理必须在转发消息之前解析 Connection 头字段,并且对于该字段中的每个连接令牌,从消息中删除与连接令牌同名的任何头字段。
有人可以举一个上面段落所指的常见场景的例子吗?
这和Connection: close 标头有什么关系吗?
【问题讨论】:
标签: http http-headers http-proxy