Skip to content

Commit

Permalink
Revert "netty: create adaptive cumulator" (#7669)
Browse files Browse the repository at this point in the history
This reverts commit 729175c.
  • Loading branch information
voidzcy committed Nov 25, 2020
1 parent f0223eb commit 192614b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 720 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/
@Internal
public abstract class GrpcHttp2ConnectionHandler extends Http2ConnectionHandler {
protected static final int CUMULATOR_COMPOSE_MIN_SIZE = 1024;

@Nullable
protected final ChannelPromise channelUnused;
Expand All @@ -43,7 +42,6 @@ protected GrpcHttp2ConnectionHandler(
Http2Settings initialSettings) {
super(decoder, encoder, initialSettings);
this.channelUnused = channelUnused;
setCumulator(new NettyAdaptiveCumulator(CUMULATOR_COMPOSE_MIN_SIZE));
}

/**
Expand Down
189 changes: 0 additions & 189 deletions netty/src/main/java/io/grpc/netty/NettyAdaptiveCumulator.java

This file was deleted.

0 comments on commit 192614b

Please sign in to comment.