Skip to content

Commit b07e408

Browse files
committed
Use icredentials in internal/transport/http2_client.go.
1 parent 0825568 commit b07e408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/transport/http2_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ func (t *http2Client) createHeaderFields(ctx context.Context, callHdr *CallHdr)
545545
Method: callHdr.Method,
546546
AuthInfo: t.authInfo,
547547
}
548-
ctxWithRequestInfo := credentials.NewRequestInfoContext(ctx, ri)
548+
ctxWithRequestInfo := icredentials.NewRequestInfoContext(ctx, ri)
549549
authData, err := t.getTrAuthData(ctxWithRequestInfo, aud)
550550
if err != nil {
551551
return nil, err

0 commit comments

Comments
 (0)