Skip to content

Commit

Permalink
fix: wrong class name for the http2 frame logger
Browse files Browse the repository at this point in the history
  • Loading branch information
liujoey committed Oct 18, 2022
1 parent 740812c commit 80d2523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import io.netty.util.internal.RecyclableArrayList;

public class HttpUtil {
private static final Http2FrameLogger frameLogger = new Http2FrameLogger(DEBUG, HttpProtocolNegotiationHandler.class);
private static final Http2FrameLogger frameLogger = new Http2FrameLogger(DEBUG, HttpUtil.class);

private static final String CODEC_HANDLER_NAME = "http-codec";
private static final String AGG_HANDLER_NAME = "http-aggregator";
Expand Down

0 comments on commit 80d2523

Please sign in to comment.