Compare commits

..

10 commits

View file

@ -2,7 +2,7 @@ class HTTP::Server::Response
class Output class Output
def close def close
# ameba:disable Style/NegatedConditionsInUnless # ameba:disable Style/NegatedConditionsInUnless
if !response.wrote_headers? && !response.headers.has_key?("Content-Range") && !response.headers.has_key?("Content-Length") unless response.wrote_headers? && !response.headers.has_key?("Content-Range") && !response.headers.has_key?("Content-Length")
response.content_length = @out_count response.content_length = @out_count
end end