server.go
is a simple http server that reads the entire request body and returns it to the client.client.go
tries to send a http request with a chunked request body containing two bytes "ab". The request is send in two tcp frames.
Running the example