Skip to content

Commit

Permalink
chore: remove unused func (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Feb 9, 2023
1 parent cd8e071 commit cd9eed6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions protocol/http2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd9eed6

Please sign in to comment.