314
313
After calling this, call read_response_tuple to find the result out.
316
315
if 'hpss' in debug.debug_flags:
320
320
bytes = self._encode_bulk_data(body)
321
321
self._request.accept_bytes(bytes)
322
322
self._request.finished_writing()
329
324
def call_with_body_readv_array(self, args, body):
330
325
"""Make a remote call with a readv array.