Skip to content

Commit 965bbca

Browse files
authored
Refactored name
1 parent a0d659f commit 965bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"golang.org/x/net/http2/hpack"
99
)
1010

11-
func BytesToHTTP2Frame(b []byte) (http2.Frame, error) {
11+
func BytesToFrame(b []byte) (http2.Frame, error) {
1212

1313
rd := bytes.NewReader(b)
1414
buf := bufio.NewReader(rd)

0 commit comments

Comments
 (0)