Searched refs:max_host_conns (Results 1 – 2 of 2) sorted by relevance
314 size_t max_host_conns = 0; in main() local347 max_host_conns = (size_t)strtol(optarg, NULL, 10); in main()409 (long)max_host_conns); in main()
639 def test_02_33_max_host_conns(self, env: Env, httpd, nghttpx, proto, max_host_conns): argument654 '-M', str(max_host_conns), # limit conns per host
Completed in 8 milliseconds