2894
2894
def test_send_response_with_body_stream_flushes_buffers_sometimes(self):
2896
2896
than buffering indefinitely.
2902
2902
response = _mod_request.SuccessfulSmartServerResponse(
2903
2903
('arg', 'arg'), body_stream=body_stream)
2904
2904
self.responder.send_response(response)