net/http.http2GoAwayFrame.ErrCode (field)

10 uses

	net/http (current package)
		h2_bundle.go#L2105: 	ErrCode      http2ErrCode
		h2_bundle.go#L2128: 		ErrCode:          http2ErrCode(binary.BigEndian.Uint32(p[4:8])),
		h2_bundle.go#L2852: 			f.LastStreamID, f.ErrCode, f.debugData)
		h2_bundle.go#L5292: 	if f.ErrCode != http2ErrCodeNo {
		h2_bundle.go#L7237: 	if old != nil && old.ErrCode != http2ErrCodeNo {
		h2_bundle.go#L7238: 		cc.goAway.ErrCode = old.ErrCode
		h2_bundle.go#L8291: 			ErrCode:      cc.goAway.ErrCode,
		h2_bundle.go#L8829: 	if f.ErrCode != 0 {
		h2_bundle.go#L8831: 		cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)