# File lib/thin/response.rb, line 74
def
close
@body
.
close
if
@body
.
respond_to?
(
:close
)
end