Skip to content

Commit

Permalink
[pinpoint-apm#11267] Fix netty ByteBufAllocator default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehong-kim committed Sep 26, 2024
1 parent 23b9ac8 commit 3463d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class GrpcReceiver implements InitializingBean, DisposableBean, BeanNameA
private List<ServerTransportFilter> transportFilterList;

private ServerOption serverOption;
private ByteBufAllocator byteBufAllocator;
private ByteBufAllocator byteBufAllocator = ByteBufAllocator.DEFAULT;

private SslContext sslContext;

Expand Down

0 comments on commit 3463d8d

Please sign in to comment.