This repository was archived by the owner on May 12, 2021. It is now read-only.
Merged
Conversation
c1b8e74 to
359f6c8
Compare
egernst
approved these changes
Sep 12, 2019
Member
Author
|
/test |
Codecov Report
@@ Coverage Diff @@
## master #2045 +/- ##
=========================================
Coverage ? 51.67%
=========================================
Files ? 107
Lines ? 14615
Branches ? 0
=========================================
Hits ? 7552
Misses ? 6152
Partials ? 911 |
Upgrade vendor ttrpc to fix the issue of fd leak. Fixes: kata-containers#2000 0e0f228 Handle ok status 8c74fe8 Update to go 1.12x on travis 17f4d32 Client.Call(): do not return error if no Status is set(gRPC v1.23 and up) 271238a Fix method full name generation 694de9d metadata as KeyValue type 3afb82b Fix error handling with server shutdown f3eb35b Refactor close handling for ttrpc clients de8faac Add godocs for interceptors e409d7d Add example binary for testing the example service 819653f Add client and server unary interceptors 04523b9 Rename headers to metadata 5926a92 Support headers 911c9cd Improve connection error handling 96dcf73 Handle EOF to prevent file descriptor leak ba15956 Make onclose an option. Signed-off-by: lifupan <lifupan@gmail.com>
359f6c8 to
da4d89b
Compare
Member
Author
|
/test |
amshinde
approved these changes
Sep 12, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade vendor ttrpc to fix the issue of
fd leak.
Fixes: #2000
Signed-off-by: lifupan <fupan.lfp@@antfin.com>