Skip to content

Commit

Permalink
oops, revert stallion to Mongrel
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Aug 25, 2018
1 parent 3ed39a6 commit babc59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/stallion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.saddle(name = nil)

def self.run(options = {})
options = {:Host => "127.0.0.1", :Port => 8090}.merge(options)
Rack::Handler::Thin.run(Rack::Lint.new(self), options)
Rack::Handler::Mongrel.run(Rack::Lint.new(self), options)
end

def self.call(env)
Expand Down

0 comments on commit babc59d

Please sign in to comment.