Lines Matching refs:errCode
545 if res.errCode != want {
546 t.Errorf("res.errCode = %v; want %v", res.errCode, want)
569 if res.errCode != want {
570 t.Errorf("res.errCode = %v; want %v", res.errCode, want)
646 if got, want := res.errCode, http2.ErrCodeProtocol; got != want {
668 if got, want := res.errCode, http2.ErrCodeProtocol; got != want {
729 if got, want := res.errCode, http2.ErrCodeProtocol; got != want {
749 if got, want := res.errCode, http2.ErrCodeProtocol; got != want {
817 if got, want := res.errCode, http2.ErrCodeProtocol; got != want {
818 t.Errorf("res.errCode = %v; want %v", res.errCode, want)
2080 if got, want := res.errCode, http2.ErrCodeInternal; got != want {
2100 if got, want := res.errCode, http2.ErrCodeInternal; got != want {