We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aabf5d1 + a646265 commit 18e4607Copy full SHA for 18e4607
4_2.go
@@ -33,7 +33,7 @@ func FrameSizeTestGroup() *TestGroup {
33
http2Conn.fr.WriteData(1, true, []byte(dummyData(16385)))
34
35
actualCodes := []http2.ErrCode{http2.ErrCodeFrameSize}
36
- return TestConnectionError(ctx, http2Conn, actualCodes)
+ return TestStreamError(ctx, http2Conn, actualCodes)
37
},
38
))
39
0 commit comments