class Async::HTTP::Body::Fixed

def close(error = nil)

def close(error = nil)
	if @remaining != 0
		@stream.close
	end
	
	super
end