38904b8937
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.
11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
--- instance0 ---
|
|
server running
|
|
read: b''
|
|
close
|
|
done
|
|
--- instance1 ---
|
|
read: b'x'
|
|
close
|
|
write
|
|
OSError
|