module Async::HTTP::Body::Reader

def close

Close the connection as quickly as possible. Discards body.
def close
	self.stop
end