Remove unused stuff

This commit is contained in:
Serdar Dogruyol 2018-03-17 17:58:19 +03:00
parent 536108c71b
commit 6fbad555d0
8 changed files with 6 additions and 4 deletions

View file

@ -60,9 +60,11 @@ module Kemal
end
config.server ||= HTTP::Server.new(config.host_binding, config.port, config.handlers)
{% if !flag?(:without_openssl) %}
config.server.not_nil!.tls = config.ssl
{% end %}
config.running = true
yield config