You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
265 B
14 lines
265 B
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
|
|
|