Lines Matching refs:line
475 for idx, line in enumerate(lines):
480 yield line + b' '
482 yield line
566 'Request accepted, processing continues off-line')
1169 # Test lines overflowing the max line size (_MAXLINE in http.client)
1232 conn.sock = FakeSocket('Invalid status line')
1347 # Read the request header until a blank line
1349 line = reader.readline()
1350 if not line.rstrip(b"\r\n"):
1492 line = readline(5)
1493 if line and line != b"foo":
1494 if len(line) < 5:
1495 self.assertTrue(line.endswith(b"\n"))
1496 all.append(line)
1497 if not line:
2042 f.readline() # read the request line