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 <[email protected]>
  • Loading branch information
thaJeztah authored and adhulipa committed Apr 11, 2019
1 parent 6ae45cf commit e019c19
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 @@ -74,7 +74,7 @@ github.com/opencontainers/go-digest v1.0.0-rc1
github.com/mistifyio/go-zfs 22c9b32c84eb0d0c6f4043b6e90fc94073de92fa
github.com/pborman/uuid v1.0

google.golang.org/grpc v1.12.0
google.golang.org/grpc 7a6a684ca69eb4cae85ad0a484f2e531598c047b # v1.12.2

# The version of runc should match the version that is used by the containerd
# version that is used. If you need to update runc, open a pull request in
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 e019c19

Please sign in to comment.