Skip to content

Commit

Permalink
Merge pull request #4 from h0x0er/h0x0er-patch-1
Browse files Browse the repository at this point in the history
Refactored name
  • Loading branch information
h0x0er authored Nov 9, 2023
2 parents a0d659f + 965bbca commit b789cad
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 b789cad

Please sign in to comment.