From 59cd6bac8fcc9bced2886246fa11de38e9419f14 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 4 Sep 2013 20:31:36 +0200 Subject: [PATCH] We don't need Rack::Deflater, nginx is doing the job --- lib/travis/api/app.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index 354fc753..1df37684 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -95,7 +95,6 @@ module Travis::Api entitystore: "memcached://#{memcache_servers}/body-#{Travis::Api::App.deploy_sha}" end - use Rack::Deflater use Rack::PostBodyContentTypeParser use Rack::JSONP