Skip to content

Commit

Permalink
Dumb mistakes are dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Sep 11, 2014
1 parent 4634487 commit af8b4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModernHttpClient/iOS/NSUrlSessionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class NativeMessageHandler : HttpMessageHandler
readonly bool throwOnCaptiveNetwork;
readonly bool customSSLVerification;

public NativeMessageHandler(): this(false) { }
public NativeMessageHandler(): this(false, false) { }
public NativeMessageHandler(bool throwOnCaptiveNetwork, bool customSSLVerification)
{
session = NSUrlSession.FromConfiguration(
Expand Down

0 comments on commit af8b4ed

Please sign in to comment.