Compile error introduced in ee9233d
Motivation:
Commit ee9233d
introduced a compile error in microbench.
Modifications:
Fix compile error.
Result:
Code now builds.
This commit is contained in:
parent
9d66180290
commit
69558999eb
@ -53,7 +53,7 @@ public class Http2PriorityTreeBenchmark extends AbstractMicrobenchmark {
|
||||
public void setup() throws Http2Exception {
|
||||
connection = new DefaultHttp2Connection(false);
|
||||
for (int i = 0; i < numStreams; ++i) {
|
||||
connection.local().createStream(toStreamId(i));
|
||||
connection.local().createStream(toStreamId(i), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user