Sergiu Ciudin
Results
3
comments of
Sergiu Ciudin
This is the reason why assembly binding to Microsoft.Extensions.Logging 3.1.4.0 doesn't work?
Any chance of getting this merged?
Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content.
For us is happening in high load for all services that are using following code: `var reader = new StreamReader(Request.Body, Encoding.UTF8); string payload = await reader.ReadToEndAsync();` Note: timeout is long...