Which Web Application Frameworks enforce HTTP's TCP connection limit of two per client /server?

Posted by Howard May on Stack Overflow See other posts from Stack Overflow or by Howard May
Published on 2010-04-08T08:59:16Z Indexed on 2010/04/08 9:03 UTC
Read the original article Hit count: 196

The HTTP 1.1 RFC restricts a Client from using more than Two TCP connections between any Client and Server. I want to know which Web Application Frameworks enforce this restriction.

Regards

© Stack Overflow or respective owner

Related posts about http

Related posts about web-development