Skip to content

Commit

Permalink
Fix rack response
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaneko Yuto committed Feb 9, 2024
1 parent be5f954 commit b80bf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/servers/redirect_without_location.ru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ProxyTestServer
def call(env)
[302, {"Content-Type" => "image/foo"}, "test"]
[302, {"Content-Type" => "image/png"}, ["test"]]
end
end

Expand Down

0 comments on commit b80bf73

Please sign in to comment.