try closing the original body, see if that helps
This commit is contained in:
parent
3180a3d3dd
commit
0a30019d22
|
@ -91,6 +91,9 @@ module Rack
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
body.close if body.respond_to?(:close)
|
||||||
|
new_body.close if new_body.respond_to?(:close)
|
||||||
|
|
||||||
[ status, headers, new_body ]
|
[ status, headers, new_body ]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue