Commit Graph

11 Commits (6113fc2af7604377f8059f4bec74a4d3a9ae10a8)

Author SHA1 Message Date
Sebastian Österlund 0648a513e8
Remove Content-Length header from chunked response
HTTP does not allow Content-Length header to be set when Transfer-Encoding is present (https://greenbytes.de/tech/webdav/rfc2616.html#rfc.section.4.4)

When chunked, Transfer-Encoding is set. This causes issues, for example when adding the camera to HomeAssistant, since it causes an error in the http library.

This commit removes the Content-Length header in this case.
2026-02-24 09:46:17 +01:00
Miroslav Pivovarsky d9394e4c6b Update libs. arduino-esp32, ESPAsyncWebServer, AsyncTCP, ArduinoJson, DHTnew 2024-11-20 21:13:53 +01:00
Zev Eisenberg 4edd60f1c3 Clarify comments. 2024-10-21 22:52:59 -04:00
Zev Eisenberg 39f10d23df Fix copypasta action comment. 2024-10-21 22:51:15 -04:00
Miroslav Pivovarsky 6bf260b72c Added a parameter to disable password checks for WiFi AP networks that are not encrypted. 2024-07-31 21:26:34 +02:00
Miroslav Pivovarsky 3eb1262366 changed function for sending big data from WEB server 2024-07-12 21:56:09 +02:00
Miroslav Pivovarsky e99a5b6afa First version of the external temperature/humidity sensor 2024-07-12 21:44:08 +02:00
Miroslav Pivovarsky df1f9e7f4a Update ESP Async Web server to from 2.10.8 to 3.0.3 2024-06-28 17:31:16 +02:00
Miroslav Pivovarsky 2689a8f563 added MCU temperature info to system page 2024-06-27 22:32:59 +02:00
Miroslav Pivovarsky 7ff7fb06f5 added WEB api 2024-06-27 22:16:15 +02:00
Miroslav Pivovarsky a82fa2e48c Update arduino-esp32 from 2.0.16 to 3.0.2 (from ESP IDF 4.4.7 to ESP IDF 5.1.4) 2024-06-27 22:15:12 +02:00