Skip to content

Commit

Permalink
Fix a typo (#1192)
Browse files Browse the repository at this point in the history
This typo was causing the issue #1182.
  • Loading branch information
nafaabout authored and nateberkopec committed Feb 9, 2017
1 parent 30c12ca commit 0912b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/binder.rb
Expand Up @@ -299,7 +299,7 @@ def add_ssl_listener(host, port, ctx,

if host == "localhost"
localhost_addresses.each do |addr|
add_ssl_listener addr, port, optimize_for_latency, backlog
add_ssl_listener addr, port, ctx, optimize_for_latency, backlog
end
return
end
Expand Down

0 comments on commit 0912b0c

Please sign in to comment.