Skip to content

Commit 8be3bd2

Browse files
committed
Fix debug code
1 parent fdf2d36 commit 8be3bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5_4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func TestConnectionErrorHandling(ctx *Context) {
3434
gf, ok := f.(*http2.GoAwayFrame)
3535
if ok {
3636
if gf.ErrCode == http2.ErrCodeProtocol {
37-
gfResult = false
37+
gfResult = true
3838
}
3939
}
4040
case err := <-http2Conn.errCh:

0 commit comments

Comments
 (0)