DigDes/SoapCore

SoapCore uses chunked transfer-encoding on netstandard2.0 version

vidrenning opened this issue · 0 comments

When using SoapCore with .NET Framework and ASP.NET Core 2.1, chunked transfer encoding is used. I have run into some compatibility issues with some existing applications, so I think chunked transfer-encoding should not be used. This has already been implemented in #843 for ASP.NET Core >= 3.0, but on ASP.NET Core 2.1, chunked transfer-encoding is still used.