Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top