We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd282cb commit cdab5fdCopy full SHA for cdab5fd
lib/travis/api/app/responders/image.rb
@@ -5,6 +5,8 @@ def format
5
end
6
7
def set_headers
8
+ puts '---------------------------------d---------------------------------------'
9
+ puts caller
10
headers['Pragma'] = "no-cache"
11
headers['Expires'] = Time.now.utc.httpdate
12
headers['Content-Disposition'] = %(inline; filename="#{File.basename(filename)}")
0 commit comments