summaryrefslogtreecommitdiff
path: root/tests/net_inet/asyncio_tcp_read_headers.py.exp
blob: 932d2674cbd1edb8414cecec0908226332601450 (plain)
1
2
3
4
5
6
7
8
9
10
11
write GET
b'HTTP/1.1 200 OK'
b'Content-Type: text/html'
b'Content-Length: 54'
b'Connection: close'
b'Vary: Accept-Encoding'
b'ETag: "54306c85-36"'
b'Strict-Transport-Security: max-age=15768000'
b'Accept-Ranges: bytes'
close
done