Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Mar 13, 2015
1 parent 3882eb2 commit afeb23d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transport/http2_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func (t *http2Client) NewStream(ctx context.Context, callHdr *CallHdr) (_ *Strea
}
var authData map[string]string
for _, c := range t.authCreds {
var err error
authData, err = c.GetRequestMetadata(ctx)
select {
case <-ctx.Done():
Expand Down

0 comments on commit afeb23d

Please sign in to comment.