Skip to content

Commit

Permalink
Refactored name
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Nov 9, 2023
1 parent a0d659f commit 965bbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"golang.org/x/net/http2/hpack"
)

func BytesToHTTP2Frame(b []byte) (http2.Frame, error) {
func BytesToFrame(b []byte) (http2.Frame, error) {

rd := bytes.NewReader(b)
buf := bufio.NewReader(rd)
Expand Down

0 comments on commit 965bbca

Please sign in to comment.