add comment for EMS-ESP testing

This commit is contained in:
Proddy
2023-01-05 15:05:12 +01:00
parent 6ffb0d9676
commit 6370296c53

View File

@@ -79,7 +79,8 @@ class MsgpackAsyncJsonResponse : public AsyncAbstractResponse {
} }
size_t setLength() { size_t setLength() {
_contentLength = measureMsgPack(_root); _contentLength = measureMsgPack(_root);
//_headers.add(new AsyncWebHeader("Json-Length", String(_jsonBuffer.memoryUsage()))); // For determening size of EMSESP_JSON_SIZE_XXLARGE_DYN (Sunbuzz) // EMS-ESP
//_headers.add(new AsyncWebHeader("Json-Length", String(_jsonBuffer.memoryUsage()))); // For determining size of EMSESP_JSON_SIZE_XXLARGE (Sunbuzz)
// Json-Length: 10635 // Json-Length: 10635
if (_contentLength) { if (_contentLength) {
_isValid = true; _isValid = true;