Description
We currently always pass -1 and used chunked encoding. This seems wasteful? Chunked encoding has overhead and we generally know the sizes. Seems like it would be preferable to set the entity size and trigger the Content-Size: header.
We currently always pass -1 and used chunked encoding. This seems wasteful? Chunked encoding has overhead and we generally know the sizes. Seems like it would be preferable to set the entity size and trigger the Content-Size: header.