Is there a way to configure ServiceStack to not add the transfer-encoding:chunked in the response of the HTTP header and disable this encoding type?
Asked
Active
Viewed 808 times
1 Answers
1
ServiceStack just works over raw ASP.NET IHttpHandlers
so follows the standard behaviour of ASP.NET applies. This earlier question provides hints in how to change Transfer Encoding behaviour in ASP.NET.