Make HttpClientHandler wiping more conservative. Fixes #1484

This commit is contained in:
Steve Sanderson 2018-09-28 10:38:20 +01:00
parent 074f2a423d
commit 0ca361a78a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace MonoSanityClient
public static void InvokeWipedMethod()
{
new HttpClientHandler();
new HttpClientHandler().Dispose();
}
public static string EvaluateJavaScript(string expression)