I'm building .net core Api for my ESP8266 sensors. Sensors sending update in JSON. I'm getting 411 HTTP Error, but Content-Length is provided in request.
I think problem is in multiple Hypertext Transfer Protocol - see in wireshark screenshot - but how to solve this?
Api SourceCode
ESP8266 HTTP library adding Content-Length header here: SourceCode #L673