class Async::HTTP::Body::Fixed

def stop(error)

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