Skip to content

Commit

Permalink
Validating req/res with Rack::Lint in bin/camping
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed May 23, 2008
1 parent 77b5fa2 commit 467058a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/camping/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def start
else
apps.first
end
rapp = Rack::Lint.new(rapp)
rapp = XSendfile.new(rapp)
rapp = Rack::ShowExceptions.new(rapp)
handler.run(rapp, conf)
Expand Down

0 comments on commit 467058a

Please sign in to comment.