We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d659f commit 965bbcaCopy full SHA for 965bbca
utils.go
@@ -8,7 +8,7 @@ import (
8
"golang.org/x/net/http2/hpack"
9
)
10
11
-func BytesToHTTP2Frame(b []byte) (http2.Frame, error) {
+func BytesToFrame(b []byte) (http2.Frame, error) {
12
13
rd := bytes.NewReader(b)
14
buf := bufio.NewReader(rd)
0 commit comments