issues
search
mathieucarbou
/
ESPAsyncWebServer
Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040
https://mathieu.carbou.me/ESPAsyncWebServer/
GNU Lesser General Public License v3.0
83
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[BUG] ws.closeAll() causes a crash on Safari
#162
dewenni
opened
2 days ago
12
Example not working on ESP32-C3
#161
NOV62
closed
3 days ago
3
update doc according to ArduinoJson upgrade
#159
Jetinho
closed
1 week ago
0
[BUG] beginChunkedResponse
#155
Levak
closed
1 week ago
8
reworked SSEs
#154
vortigont
opened
1 week ago
10
[Q] [String] 'username=" ... a13ed6f5",': Reallocating large String(239 -> 240 bytes)
#153
DaeMonSxy
closed
2 days ago
5
Fix #151: setAuthentication() was not authenticating: the middleware …
#152
mathieucarbou
closed
2 weeks ago
0
[BUG] setAuthentication on serveStatic not working from 3.3.x
#151
rostwolke
closed
2 weeks ago
4
[BUG] If templates are used over static files, the server returns a 304 code, ignoring possible changes in the template.
#149
LKosoj
closed
3 weeks ago
1
When using TemplateProcessor for serveStatic pages do not respond "304 Not Modified"
#146
mawi42
closed
3 weeks ago
1
param-rewrite-with-matching does not longer compile with v3.3.19
#144
mathieucarbou
closed
1 month ago
3
[BUG] WebSocket connection not upgraded when URLs are same
#142
ayushsharma82
closed
1 month ago
6
[Q] pins 27,14 dont analog read when using WiFi.softAP("wifiname", "wifipassword"); in the esp32 wroom 32 module
#140
Aman1655
closed
1 month ago
1
[Q] does the server support https or is it planned to add
#137
mawi42
closed
1 month ago
0
[BUG] The project fails to compile using latest lib version
#134
ingerul93
closed
1 month ago
1
Issue 132
#133
mathieucarbou
closed
1 month ago
0
[BUG] Crash with 3.3.16
#132
philfifi
closed
1 month ago
9
Some code cleanup
#131
mathieucarbou
closed
1 month ago
2
Bump arduino/arduino-lint-action from 1 to 2
#130
dependabot[bot]
closed
1 month ago
1
[Q] ArduinoJson initialization fails if using Arduino IDE 1.8.19
#128
nomakewan
closed
1 month ago
10
Compilation error on ESP32C3 (use of deleted function)
#126
mistic100
closed
1 month ago
6
Improved WebSocket API to get feedback whether message is enqueued
#124
mathieucarbou
closed
1 month ago
0
Protect against null _client
#123
mathieucarbou
closed
1 month ago
0
Improved SSE API to get feedback whether message is enqueued and also on client disconnect
#122
mathieucarbou
closed
1 month ago
0
[BUG] CORRUPT HEAP: Bad tail on clearQueue() when freeing buffer (vector of bytes)
#120
MikeSoperRubicon
closed
1 month ago
4
[Q] Move from esphome EAWS to MC EAWS
#119
MoonModules
closed
1 month ago
2
[Q] Help port from me-no-dev to this repo - getparam() need different data
#117
softwarecrash
closed
1 month ago
1
[Q] Working with chunked responses
#115
minou65
closed
1 month ago
5
Complete rework of AuthenticationMiddleware...
#113
mathieucarbou
closed
1 month ago
3
[Q] how to do redirects from v3.3.0 on
#112
lumapu
closed
1 month ago
6
[feat] checkBasicAuthentication calculates the base64 encoded hash for username:password everytime
#111
stefan123t
closed
1 month ago
3
add optional responce code to AsyncWebServerRequest::redirect() method
#110
vortigont
closed
1 month ago
3
Fix compilation issue with ArduinoJson 5 and 6 (closes #108)
#109
mathieucarbou
closed
1 month ago
0
[BUG] latest commit does not compile any more
#108
lumapu
closed
1 month ago
6
Cleanups
#107
mathieucarbou
closed
1 month ago
0
Moved implementations in cpp files
#106
mathieucarbou
closed
1 month ago
0
Fix method overload issue with ESP8266. ESP8266 has to use send_P() and beginResponse_p() variants
#104
mathieucarbou
closed
2 months ago
2
Support for replacing a response by a new one
#103
mathieucarbou
closed
2 months ago
4
[BUG] ESPAsyncWebServer issue with RP2040 and W5500
#102
MicSG-dev
closed
2 months ago
4
(perf) Remove "interesting headers" to fasten request processing (replaced with `removeHeadersExcept`)
#101
mathieucarbou
closed
2 months ago
2
(feat) Add support for request attributes
#100
mathieucarbou
closed
2 months ago
2
(perf) std::list => std::vector
#99
mathieucarbou
closed
2 months ago
8
Add support for Middleware
#98
mathieucarbou
closed
2 months ago
11
[Feat] Request overriding `_attachHandler()` for custom authentication middleware
#97
DRSDavidSoft
closed
2 months ago
8
Fix minor typos
#96
DRSDavidSoft
closed
2 months ago
0
(fix #94) Remove MAX_PRINTF_LEN limitation and fixed wrong usage of vsnprintf
#95
mathieucarbou
closed
2 months ago
0
[BUG]WebSocket.printfAll causes a "CORRUPT HEAP: Bad tail at 0x3ffe389c. Expected 0xbaad5678 got 0xbaad5600" crash
#94
benpeart
closed
2 months ago
5
[BUG]WebSocket.printfAll causes a "CORRUPT HEAP: Bad tail at 0x3ffe389c. Expected 0xbaad5678 got 0xbaad5600 crash
#93
benpeart
closed
2 months ago
0
[PERF] 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
#92
mathieucarbou
closed
2 months ago
0
AsyncEventSource writes multiple events per tcp send; Improvement: don't hold onto event items until ack, immediately remove them from queue
#91
mathieucarbou
closed
2 months ago
0
Next