1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fix a typo (#1192)

This typo was causing the issue #1182.
This commit is contained in:
Nafaa Boutefer 2017-02-09 15:32:50 +01:00 committed by Nate Berkopec
parent 30c12cad08
commit 0912b0cea1

View file

@ -299,7 +299,7 @@ module Puma
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