We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b102eba commit 6cae7b8Copy full SHA for 6cae7b8
src/protobuf-net.Grpc/Client/GrpcClientFactory.cs
@@ -17,7 +17,7 @@ public static class GrpcClientFactory
17
public static bool AllowUnencryptedHttp2
18
{
19
get => AppContext.TryGetSwitch(Switch_AllowUnencryptedHttp2, out var enabled) && enabled;
20
- set => AppContext.SetSwitch(Switch_AllowUnencryptedHttp2, true);
+ set => AppContext.SetSwitch(Switch_AllowUnencryptedHttp2, value);
21
}
22
23
/// <summary>
0 commit comments