commit | e0d34a8c6e028d85b1adb261b3eb0d2fb4e853e9 | [log] [tgz] |
---|---|---|
author | Don Newton <dn8474@att.com> | Thu Nov 14 10:58:06 2019 -0500 |
committer | Don Newton <dn8474@att.com> | Thu Nov 14 14:30:05 2019 -0500 |
tree | adc8c1ddb64876691c909efb4c7a7f79bd6b6088 | |
parent | 98fd88136b83e8f6b95820580bcb7dee33ee5245 [diff] [blame] |
interim commit go fmt stuff Change-Id: I617a7d771b50c2b7999eabbbebbabef4e68d8713
diff --git a/vendor/google.golang.org/grpc/stream.go b/vendor/google.golang.org/grpc/stream.go index 134a624..bb99940 100644 --- a/vendor/google.golang.org/grpc/stream.go +++ b/vendor/google.golang.org/grpc/stream.go
@@ -488,7 +488,7 @@ pushback := 0 hasPushback := false if cs.attempt.s != nil { - if to, toErr := cs.attempt.s.TrailersOnly(); toErr != nil || !to { + if !cs.attempt.s.TrailersOnly() { return err }