Skip to content

Commit

Permalink
bump containerd/ttrpc
Browse files Browse the repository at this point in the history
full diff: containerd/ttrpc@699c4e4...1fb3814

changes included:

- 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#42 Refactor close handling for ttrpc clients
- containerd/ttrpc#43 metadata as KeyValue type

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Aug 26, 2019
1 parent 34776dd commit b9e85e4
Show file tree
Hide file tree
Showing 9 changed files with 356 additions and 94 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ github.com/containerd/cgroups c4b9ac5c7601384c965b9646fc51
github.com/containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
github.com/containerd/go-runc 9007c2405372fe28918845901a3276c0915689a1
github.com/containerd/typeurl 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d
github.com/containerd/ttrpc 699c4e40d1e7416e08bf7019c7ce2e9beced4636
github.com/containerd/ttrpc 1fb3814edf44a76e0ccf503decf726d994919a9a
github.com/gogo/googleapis d31c731455cb061f42baff3bda55bad0118b126b # v1.2.0

# cluster
Expand Down
5 changes: 2 additions & 3 deletions vendor/github.com/containerd/ttrpc/channel.go

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

207 changes: 130 additions & 77 deletions vendor/github.com/containerd/ttrpc/client.go

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

15 changes: 14 additions & 1 deletion vendor/github.com/containerd/ttrpc/config.go

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

Loading

0 comments on commit b9e85e4

Please sign in to comment.