Skip to content

Commit

Permalink
proxy setting should default to nil in ssl_socket
Browse files Browse the repository at this point in the history
closes excon#97
  • Loading branch information
geemus committed Dec 21, 2011
1 parent 2e964b8 commit d46ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/excon/ssl_socket.rb
Expand Up @@ -17,7 +17,7 @@ def connect

end

def initialize(params = {}, proxy = {})
def initialize(params = {}, proxy = nil)
super

# create ssl context
Expand Down

0 comments on commit d46ec69

Please sign in to comment.