单个连接不能并行发送HTTP请求,那能不能同时建立很多个 连接呢?

不可以的,定义了HTTP 1.1的RFC 2616明确把最大连接 数限制为2个,原文如下:
Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server.A single-user client SHOULD NOT maintain more than 2 connections with any server.
(使用长连接的客户端应当限 制和某一台服务器的同时连接数。单用户客户端不能和任意一台服务 器同时保持两个以上的连接。)

 

 

 

 

 

 

 

posted @ 2020-12-15 16:29  anobscureretreat  阅读(273)  评论(0编辑  收藏  举报