Which Web Application Frameworks enforce HTTP's TCP connection limit of two per client /server?
- by Howard May
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