lunatic-solutions/submillisecond

Allow HTTP body of any size with buffer

tqwewe opened this issue · 1 comments

Currently, there's a limit to the http body size in the TcpStream HTTP parsing implementation. We need to allow for http body's of any size efficiently.

Fixed in #20