Make HttpClientHandler wiping more conservative. Fixes #1484
This commit is contained in:
parent
074f2a423d
commit
0ca361a78a
|
|
@ -33,7 +33,7 @@ namespace MonoSanityClient
|
|||
|
||||
public static void InvokeWipedMethod()
|
||||
{
|
||||
new HttpClientHandler();
|
||||
new HttpClientHandler().Dispose();
|
||||
}
|
||||
|
||||
public static string EvaluateJavaScript(string expression)
|
||||
|
|
|
|||
Loading…
Reference in New Issue