Arduino
Arduino copied to clipboard
Refactor Web Server Parsing-impl.h using StreamString to avoid String Reallocations
I was getting many Reallocating large String
Warnings when decoding a long URL, and I found that the length of the string is already known before allocating, so it made sense, and it made a big difference.