Skip to content

Commit bdd41fd

Browse files
committed
netty: use composite cumulator for benchmarks
1 parent 9cbea16 commit bdd41fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netty/src/main/java/io/grpc/netty/GrpcHttp2ConnectionHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ protected GrpcHttp2ConnectionHandler(
4242
Http2Settings initialSettings) {
4343
super(decoder, encoder, initialSettings);
4444
this.channelUnused = channelUnused;
45+
setCumulator(COMPOSITE_CUMULATOR);
4546
}
4647

4748
/**

0 commit comments

Comments
 (0)