From 1f9e19ac0e2086fc514c9a626b126467b1894d3b Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Tue, 16 Oct 2012 18:54:32 +0200 Subject: [PATCH] send empty Vary header --- lib/travis/web/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/web/app.rb b/lib/travis/web/app.rb index edcec759..0bb41775 100644 --- a/lib/travis/web/app.rb +++ b/lib/travis/web/app.rb @@ -54,7 +54,7 @@ class Travis::Web::App 'ETag' => version, 'Last-Modified' => last_modified.httpdate, 'Expires' => (last_modified + age).httpdate, - 'Vary' => 'If-None-Match' + 'Vary' => '' } [ 200, headers, [ content ] ]