mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 17:48:40 +00:00
[web_server_idf] Drop padding comment
This commit is contained in:
@@ -350,7 +350,6 @@ class AsyncEventSource : public AsyncWebHandler {
|
||||
size_t count() const { return this->sessions_.size(); }
|
||||
|
||||
protected:
|
||||
// Ordered to minimize padding on 32-bit: atomic<bool> last consumes trailing pad.
|
||||
std::string url_;
|
||||
// Main-loop only. Vector: SSE sessions are 1-5 connections, linear search beats set.
|
||||
std::vector<AsyncEventSourceResponse *> sessions_;
|
||||
|
||||
Reference in New Issue
Block a user