问题
I'm having issues with certain http clients (Matlab and KDB) having problems with chunked http responses.
Is there a way to disable chunked responses in Kestrel?
回答1:
Specify the content-length for responses. This may require buffering.
来源:https://stackoverflow.com/questions/37839877/asp-net-core-rc2-how-to-disable-transfer-encoding-chunked-on-response