Skip to content

Commit cdab5fd

Browse files
committed
debugging
1 parent fd282cb commit cdab5fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/travis/api/app/responders/image.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ def format
55
end
66

77
def set_headers
8+
puts '---------------------------------d---------------------------------------'
9+
puts caller
810
headers['Pragma'] = "no-cache"
911
headers['Expires'] = Time.now.utc.httpdate
1012
headers['Content-Disposition'] = %(inline; filename="#{File.basename(filename)}")

0 commit comments

Comments
 (0)