Search code examples
c++chromium

Increase maximum requests on chromium for http1.1


I am compiling chromium/google-chrome and I am wondering how I can increase the maximum number of requests per domain for http1.1. I want to speed up the number of concurrent requests when accessing the cache. The cache is storing files in http1.1 & I'd like to fetch a large number of files concurrently. Currently the max appears to be 6.

Where is this limit set in the source code?


Solution

  • This is here, in ClientSocketPoolManager. net/socket/client_socket_pool_manager.cc:52