Skip to content

Commit

Permalink
issue for missing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed May 13, 2021
1 parent a602f0b commit 0ddf37e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public static async Task<RequestInformation> CreateAsync(HttpRequest request)

info.SecureConnection = request.IsHttps;

//info.ClientCertificate = request.ClientCertificate;
// FixMe: https://github.com/dotnet/runtime/issues/52693
// info.ClientCertificate = request.ClientCertificate;

return info;
}
Expand Down

0 comments on commit 0ddf37e

Please sign in to comment.