From c3428e896ae527fc4bdee58d21f13842b8ec170b Mon Sep 17 00:00:00 2001 From: Sven Fuchs <me@svenfuchs.com> Date: Fri, 5 Oct 2012 21:54:01 +0200 Subject: [PATCH] add deflater, roger @rkh? --- lib/travis/api/app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index 03535933..d6b3e130 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -53,6 +53,7 @@ class Travis::Api::App use Hubble::Rescuer, env: Travis.env, codename: ENV['CODENAME'] if Endpoint.production? && ENV['HUBBLE_ENDPOINT'] use Rack::Protection::PathTraversal use Rack::SSL if Endpoint.production? + use Rack::Deflater use Rack::PostBodyContentTypeParser use Rack::JSONP use ActiveRecord::ConnectionAdapters::ConnectionManagement