508
508
server.received_bytes.startswith('POST /.bzr/smart HTTP/1.'))
509
509
self.assertTrue('content-length: 19\r' in server.received_bytes.lower())
510
512
# The transport should not be assuming that the server can accept
511
513
# chunked encoding the first time it connects, because HTTP/1.1, so we
512
514
# check for the literal string.