Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 2c8b487

Browse files
committed
bump google.golang.org/grpc v1.23.1
full diff: grpc/grpc-go@v1.23.0...v1.23.1 - grpc/grpc-go#3018 server: set and advertise max frame size of 16KB - grpc/grpc-go#3017 grpclb: fix deadlock in grpclb connection cache - Before the fix, if the timer to remove a SubConn fires at the same time NewSubConn cancels the timer, it caused a mutex leak and deadlock. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 39ad39d22020a06f25b06ca45d252f7d822485e8) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: ce1b8c8c93f84956c04a06a181e7e98b749035bb Component: engine
1 parent d9f362f commit 2c8b487

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

components/engine/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ github.com/opencontainers/go-digest 279bed98673dd5bef374d3b6e4b0
7373
# get go-zfs packages
7474
github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
7575

76-
google.golang.org/grpc 6eaf6f47437a6b4e2153a190160ef39a92c7eceb # v1.23.0
76+
google.golang.org/grpc 39e8a7b072a67ca2a75f57fa2e0d50995f5b22f6 # v1.23.1
7777

7878
# The version of runc should match the version that is used by the containerd
7979
# version that is used. If you need to update runc, open a pull request in

components/engine/vendor/google.golang.org/grpc/internal/transport/http2_server.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/google.golang.org/grpc/internal/transport/http_util.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/google.golang.org/grpc/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)