There seems to be a problem when using the embedded Rocket server and a page needs more than 10 resources (I have 5 CSS files, 3 js, and 2 png). On the first request the page loads fine but when in firefox and press "refresh" it gets all the 9 resources and then waits for almost a minute to take the tenth resource. Chrome and IE don't have the problem. Firefox stops having the problem if I change the default setting for network.http.max-persistent- connections-per-server from 6 to 12...
The problem doesn't exist when using Apache with wsgi_mod. Anybody experienced the same? Is there a setting on Rocket that can solve that? -turtleleeraz

