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 fdf2d36 commit 8be3bd2Copy full SHA for 8be3bd2
5_4.go
@@ -34,7 +34,7 @@ func TestConnectionErrorHandling(ctx *Context) {
34
gf, ok := f.(*http2.GoAwayFrame)
35
if ok {
36
if gf.ErrCode == http2.ErrCodeProtocol {
37
- gfResult = false
+ gfResult = true
38
}
39
40
case err := <-http2Conn.errCh:
0 commit comments