class Falcon::Hosts
def host_context(socket, hostname)
def host_context(socket, hostname) if host = @named[hostname] socket.hostname = hostname return host.ssl_context end end
def host_context(socket, hostname) if host = @named[hostname] socket.hostname = hostname return host.ssl_context end end