Thanks to visit codestin.com
Credit goes to github.com

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

Commit c33c9fc

Browse files
committed
bump containerd/ttrpc 92c8520ef9f86600c650dd540266a007bf03670f
full diff: containerd/ttrpc@699c4e4...92c8520 changes: - containerd/ttrpc#37 Handle EOF to prevent file descriptor leak - containerd/ttrpc#38 Improve connection error handling - containerd/ttrpc#40 Support headers - containerd/ttrpc#41 Add client and server unary interceptors - containerd/ttrpc#43 metadata as KeyValue type - containerd/ttrpc#42 Refactor close handling for ttrpc clients - containerd/ttrpc#44 Fix method full name generation - containerd/ttrpc#46 Client.Call(): do not return error if no Status is set (gRPC v1.23 and up) - containerd/ttrpc#49 Handle ok status Signed-off-by: Sebastiaan van Stijn <[email protected]> Upstream-commit: 8769255d1bb9c469d4f2966e7e9869a9f126f9e9 Component: engine
1 parent 8bbf2e0 commit c33c9fc

File tree

9 files changed

+361
-99
lines changed

9 files changed

+361
-99
lines changed

components/engine/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ github.com/containerd/cgroups 4994991857f9b0ae8dc439551e8b
126126
github.com/containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
127127
github.com/containerd/go-runc 7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad
128128
github.com/containerd/typeurl 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d
129-
github.com/containerd/ttrpc 699c4e40d1e7416e08bf7019c7ce2e9beced4636
129+
github.com/containerd/ttrpc 92c8520ef9f86600c650dd540266a007bf03670f
130130
github.com/gogo/googleapis d31c731455cb061f42baff3bda55bad0118b126b # v1.2.0
131131

132132
# cluster

components/engine/vendor/github.com/containerd/ttrpc/channel.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/github.com/containerd/ttrpc/client.go

Lines changed: 134 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)