Skip to content

Commit af05f5c

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
@Internal
3333
public abstract class GrpcHttp2ConnectionHandler extends Http2ConnectionHandler {
3434

35+
{
36+
setCumulator(COMPOSITE_CUMULATOR);
37+
}
38+
3539
@Nullable
3640
protected final ChannelPromise channelUnused;
3741

0 commit comments

Comments
 (0)