mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-26 16:52:20 +01:00
* using Container instead ofdirect pointers list manipulation * fixed different type of virtual methods. * Fixed typo in conditional * Renamed ListArray to LinkedList * Const reference to String as method parameters to prevent additional copy and memory allocation when String passed by value * fix 'min' redefinition * removed #include <iterator> begin/end methods it's enough for 'for( : )' loop count() renamed to length() spacing fixing * Const reference to String as method parameters to prevent additional copy and memory allocation when String passed by value * Fixed unused params warnings