Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Prepare move to https://github.com/ESP32Async/ESPAsyncWebServer #1464

Merged
merged 567 commits into from
Jan 20, 2025

Conversation

mathieucarbou
Copy link
Contributor

No description provided.

mathieucarbou and others added 30 commits September 4, 2024 12:18
…ng partial events that straddle buffers; Improvement: don't hold onto event items until ack, immediately remove them from queue

Copy of esphome/ESPAsyncWebServer#41
AsyncEventSource writes multiple events per tcp send, including partial events that straddle buffers; Improvement: don't hold onto event items until ack, immediately remove them from queue
(fix #94) Remove MAX_PRINTF_LEN limitation and fixed wrong usage of vsnprintf
- request->setAttribute(name, val)
- request->hasAttribute(name)
- request->getAttribute(name, defaultValue)
(feat) Add support for request attributes
All headers are already parsed: interesting headers allowed to cleanup parsed headers to only keep interesting ones during request processing.
Removing "interesting headers" support will keep these parsed headers in heap memory during request processing before being freed at the end of the request.
If you really need to cleanup some headers to get more heap space during request processing, use a middleware and removeHeadersExcept(names) to remove some.
(perf) Remove "interesting headers" to fasten request processing (replaced with `removeHeadersExcept`)
mathieucarbou and others added 28 commits December 19, 2024 10:51
Reset connection when appropriate + some code cleanup
Revert "use my AsyncTCP fork"

This reverts commit b956d15.

use my AsyncTCP fork
update readme on build options
Specifying libCompatMode in library.json prevents projects from overriding the library compatibility mode as needed. This prevents the library from being used in builds where Arduino is a component to ESP-IDF.
Remove libCompatMode from library.json
IMS template must contain GMT timezone, not local - "%a, %d %b %Y %H:%M:%S GMT"

create etag based on timestamp + filesize

INM header handling should have precedence over IMS
rework INM/IMS handling for AsyncStaticWebHandler
@me-no-dev me-no-dev merged commit ad3741d into me-no-dev:master Jan 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants