This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Commit 2c8b487
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: engine1 parent d9f362f commit 2c8b487
4 files changed
Lines changed: 7 additions & 3 deletions
File tree
- components/engine
- vendor/google.golang.org/grpc
- internal/transport
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments