1018

======== BEGIN INBOUND STREAM ========
POST / HTTP/1.1
Host: example.com
User-Agent: demo
Content-Length: 9
Content-Type: text/plain
Expect: 100-continue

hello

======== BEGIN OUTBOUND STREAM ========
HTTP/1.1 100 Continue
Date: Thu, 31 Dec 2015 18:26:56 GMT
Transfer-Encoding: chunked

HTTP/1.1 200 OK
Date: Thu, 31 Dec 2015 18:26:56 GMT
Transfer-Encoding: chunked
Content-Type: text/plain

e
Hello world!

0

