1

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?

Jim G.
  • 15,141
  • 22
  • 103
  • 166
Inprimex
  • 147
  • 1
  • 6

1 Answers1

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.

Community
  • 1
  • 1
mythz
  • 141,670
  • 29
  • 246
  • 390