forked from grpc/grpc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync fork with upstream master. #2
Merged
Merged
Conversation
This file contains 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
The link for example in the documentation for RPC errors redirects to the wrong URL. Fixes #2752
The link for enforcement policy in the keepalive docs is wrong. fixes #2754
…2763) * Support UDS addresses in ALTS interop test server * Fix flag description * Fixed comment * Fix comment
From [release notes](https://golang.org/doc/go1.12#vet): The go vet command has been rewritten to serve as the base for a range of different source code analysis tools. See the golang.org/x/tools/go/analysis package for details. A side-effect is that go tool vet is no longer supported. External tools that use go tool vet must be changed to use go vet. Using go vet instead of go tool vet should work with all supported versions of Go.
* When a RST_STREAM is received by the server transport, a cleanupStream item is placed into controlbuf no matter what. * Updates comments. * Replaces getCleanupStream with inline struct initialization.
* internal: tweak ClientTransport.GracefulClose documentation * address menghanl@ review comment
grpc: implementation of PreparedMsg API
Instead of functions. So custom server options can be made by wrapping an EmptyServerOption.
easwars
added a commit
that referenced
this pull request
Feb 6, 2020
Disallow configs with a method name containing slashes.
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.
No description provided.