Closed
Description
Hello,
testing an ASP.NET Core API under load gives following error:
**fail:** _Microsoft.AspNetCore.Server.Kestrel[13]
Connection id "0HLTTTNCMN23D", Request id "0HLTTTNCMN23D:00000002": An unhandled exception was thrown by the application.
Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content._
Load test settings: 4000 concurrent requests coming each second for a duration of 1 minute
I am using JMeter for load testing. This issue does not arise for 2000 concurrent users.