Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top