1195
1195
self._write_error_status()
1196
1196
if 'hpss' in debug.debug_flags:
1198
1198
self._write_structure(response.args)
1199
1199
if response.body is not None:
1200
1200
self._write_prefixed_body(response.body)
1201
1201
if 'hpss' in debug.debug_flags:
1202
1202
self._trace('body', '%d bytes' % (len(response.body),),
1204
1204
elif response.body_stream is not None: