Subject: | Starman chunks an already chunked response |
If the header lines do not contain any Content-Length, (for HTTP/1.1)
Starman::Server::_finalize_response() chunks the response, no matter if
the response is already chunked.
Starman should also consider the "Transfer-Encoding: chunked" header,
and if that exists must not modify the output.