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