server.gois a simple http server that reads the entire request body and returns it to the client.client.gotries 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