From fc132845913f3eb29de928b0f6930e6642a43ecc Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 4 Sep 2013 21:39:41 +0200 Subject: [PATCH] Revert "We don't need Rack::Deflater, nginx is doing the job" This reverts commit 59cd6bac8fcc9bced2886246fa11de38e9419f14. --- 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 1df37684..354fc753 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -95,6 +95,7 @@ module Travis::Api entitystore: "memcached://#{memcache_servers}/body-#{Travis::Api::App.deploy_sha}" end + use Rack::Deflater use Rack::PostBodyContentTypeParser use Rack::JSONP