Skip to content

Commit fbcc5a4

Browse files
zhenlei520JacksonTian
authored andcommitted
fix(sts): Fix the problem that the HttpResponse returned by getting STS is null
1 parent 93f5511 commit fbcc5a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aliyun-net-sdk-core/Auth/Sts/AssumeRoleResponseUnmarshaller.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static AssumeRoleResponse Unmarshall(UnmarshallerContext context)
2727
{
2828
var assumeRoleResponse = new AssumeRoleResponse();
2929

30+
assumeRoleResponse.HttpResponse = context.HttpResponse;
3031
assumeRoleResponse.RequestId = context.StringValue("AssumeRole.RequestId");
3132

3233
var credentials = new AssumeRoleResponse.AssumeRole_Credentials();

0 commit comments

Comments
 (0)