class Async::HTTP::Protocol::HTTP1::Connection

def write_body_head(body)

def write_body_head(body)
	super(body)
	
	body.close if body
end