Skip to content

Commit

Permalink
Remove active issue dotnet#2624
Browse files Browse the repository at this point in the history
* Replacing HttpClientHandler with SocketsHttpHandler in CoreFx fixes the problem.
  • Loading branch information
StephenBonikowsky committed Apr 25, 2018
1 parent 54f7e49 commit dc09fd0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static void DefaultSettings_Echo_RoundTrips_String()

[WcfFact]
[OuterLoop]
[Issue(2624, OS = OSID.OSX_10_13 | OSID.Debian_9 | OSID.AnyFedora)]
public static void HttpKeepAliveDisabled_Echo_RoundTrips_True()
{
ChannelFactory<IWcfService> factory = null;
Expand Down

0 comments on commit dc09fd0

Please sign in to comment.