micropython/tests/net_hosted/asyncio_loopback.py.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
265 B
Plaintext
Raw Normal View History

create server on 0.0.0.0:8080
server started
client open_connection to 127.0.0.1:8080
client writing
handler reading
client reading
handler got 100 bytes
handler writing
handler closing
handler closed
client got 100 bytes
client closing
client closed
server closed