Commit ce61f626 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

h2load: Fix bug that initial max concurrent streams was too large

parent e4537596
......@@ -84,7 +84,7 @@ Config::Config()
nreqs(1),
nclients(1),
nthreads(1),
max_concurrent_streams(-1),
max_concurrent_streams(1),
window_bits(30),
connection_window_bits(30),
rate(0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment