ESPAsyncWebServer
ESPAsyncWebServer copied to clipboard
Fix RFC 7230 violation
Spaces can not be added to chunk sizes. Add leading zeros instead. See https://github.com/nodejs/node/issues/47528 for more details.
Thanks @zalupoi , thanks nthd!