TODO: set content-length header
Closed this issue · 1 comments
steelThread commented
Potential solution is to buffer the response during processing of the response write. @ the end it would be know the total size of the response.
steelThread commented
now buffering the writes so the content length can be ascertained on end.