lib/falcon/controller/serve.rb in falcon-0.36.7 vs lib/falcon/controller/serve.rb in falcon-0.37.0
- old
+ new
@@ -100,10 +100,10 @@
task.reactor.print_hierarchy(buffer)
end
end
end
- server = Falcon::Server.new(app, @bound_endpoint, @endpoint.protocol, @endpoint.scheme)
+ server = Falcon::Server.new(app, @bound_endpoint, protocol: @endpoint.protocol, scheme: @endpoint.scheme)
server.run
instance.ready!