mirror of https://github.com/grpc/grpc-go.git
Merge pull request #41 from iamqizhao/master
remove a TODO which is not needed
This commit is contained in:
commit
f760d15dfd
|
@ -99,8 +99,6 @@ type tlsCreds struct {
|
|||
|
||||
// GetRequestMetadata returns nil, nil since TLS credentials does not have
|
||||
// metadata.
|
||||
// TODO(zhaoq): Define the set of the qualified keys instead of leaving it as an
|
||||
// arbitrary string.
|
||||
func (c *tlsCreds) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue