797
797
def test_pipe_like_stream_with_two_requests(self):
798
798
# If two requests are read in one go, then two calls to
799
799
# _serve_one_request should still process both of them as if they had
801
801
sample_request_bytes = 'command\n'
802
802
to_server = StringIO(sample_request_bytes * 2)