010 dir import flow

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

listening on port 8080
accepted on server 1
read from conn 100
parsed request (14 bytes)
built response status 200
wrote 15 bytes to conn 100

Expected output

listening on port 8080
accepted on server 1
read from conn 100
parsed request (14 bytes)
built response status 200
wrote 15 bytes to conn 100

Imported Files

lib/net/http.kz
lib/net/tcp.kz

Test Configuration

MUST_RUN