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.
1 parent 4abf41d commit d6e410dCopy full SHA for d6e410d
http2/transport_test.go
@@ -289,7 +289,7 @@ func TestTransportFailureErrorForHTTP1Response(t *testing.T) {
289
},
290
{
291
name: "with enough frame size to start reading",
292
- maxFrameSize: invalidHTTP1LookingFrameHeader.Length + 1,
+ maxFrameSize: invalidHTTP1LookingFrameHeader().Length + 1,
293
294
} {
295
t.Run(tc.name, func(t *testing.T) {
0 commit comments