Tags: willmmiles/ESPAsyncWebServer
Tags
Update version to v2.2.0 New features: - DynamicBuffer can now be moved to and from String - DynamicBuffer can be copied from SharedBuffer - AsyncWebSocket interface is updated to use DynamicBuffer, clarifying ownership semantics Fixes: - contentTypeFor: Fix handling when extension not found - Fix warnings on ESP32 when debug prints are enabled
LinkedLists: Remove extra indirection This reduces the total number of allocations required for every request. Also includes a pre-allocation optimization to AsyncWebServerResponse::_assembleHead and some more migration to PROGMEM strings.
Patch for use-after-free (upstream PR me-no-dev#952) (Aircoookie#6)
PreviousNext