Skip to content

Commit

Permalink
bump google.golang.org/grpc v1.12.2
Browse files Browse the repository at this point in the history
full diff: grpc/grpc-go@v1.12.0...v1.12.2

- grpc/grpc-go#2074 transport/server: fix race between writing status and header
  - fix grpc/grpc-go#1972 Possible race sending headers from server while receiving message over size limit
- grpc/grpc-go#2074 transport: account for user configured small io write buffer
  - fix grpc/grpc-go#2089 Server abruptly terminates connections if write buffer is small enough

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Apr 12, 2019
1 parent 58ec72a commit 25e6a64
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 48 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ golang.org/x/sys d455e41777fca6e8a5a79e34a14b
golang.org/x/text f21a4dfb5e38f5895301dc265a8def02365cc3d0 # v0.3.0
golang.org/x/time fbb02b2291d28baffd63558aa44b4b56f178d650
google.golang.org/genproto 02b4e95473316948020af0b7a4f0f22c73929b0e
google.golang.org/grpc 41344da2231b913fa3d983840a57a6b1b7b631a1 # v1.12.0
google.golang.org/grpc 7a6a684ca69eb4cae85ad0a484f2e531598c047b # v1.12.2
gopkg.in/inf.v0 d2d2541c53f18d2a059457998ce2876cc8e67cbf # v0.9.1
gopkg.in/yaml.v2 5420a8b6744d3b0345ab293f6fcba19c978f1183 # v2.2.1
gotest.tools 7c797b5133e5460410dbb22ba779bf35e6975dea # v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/google.golang.org/grpc/rpc_util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 37 additions & 36 deletions vendor/google.golang.org/grpc/transport/http2_server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions vendor/google.golang.org/grpc/transport/http_util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 31 additions & 6 deletions vendor/google.golang.org/grpc/transport/transport.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25e6a64

Please sign in to comment.