From cd9eed6c4a488697e787a7b9c784ba5cceb57392 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Thu, 9 Feb 2023 20:33:38 +0800 Subject: [PATCH] chore: remove unused func (#20) --- protocol/http2.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/protocol/http2.go b/protocol/http2.go index e653677..0dae599 100644 --- a/protocol/http2.go +++ b/protocol/http2.go @@ -132,10 +132,6 @@ func (i *http2Interop) explain(b []byte) (string, string, int) { return "http2:" + strings.ToLower(frame.Type.String()), "", frameLen } -func (i *http2Interop) explainData(b []byte) string { - return "http2:data" -} - func (i *http2Interop) explainHeaders(frame http2.FrameHeader, b []byte) (string, []hpack.HeaderField) { var padded int var weight int