class Async::HTTP::Body::Chunked

def stop(error)

def stop(error)
	@protocol.close
	@finished = true
end