Revert "We don't need Rack::Deflater, nginx is doing the job"

This reverts commit 59cd6bac8f.
This commit is contained in:
Piotr Sarnacki 2013-09-04 21:39:41 +02:00
parent b484a19f27
commit fc13284591

View File

@ -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