Fix content-type for HEAD '.jpg'

This commit is contained in:
Omar Roth 2019-05-03 08:23:11 -05:00
parent 094143bc28
commit bba80bc80f
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
2 changed files with 6 additions and 1 deletions

View file

@ -5168,7 +5168,7 @@ get "/sb/:id/:storyboard/:index" do |env|
env.response.headers[key] = value
end
if response.status_code == 304
if response.status_code >= 400
break
end