mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Includes a test where the (non uasyncio) client does a RST on the connection, as a simple TCP server/client test where both sides are using uasyncio, and a test for TCP stream close then write.
6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
--- instance0 ---
|
|
b'GET / HTTP'
|
|
OSError 104
|
|
--- instance1 ---
|
|
|