feat(http): Enhance response buffer management with pre-allocation and capacity tracking
This commit is contained in:
@@ -55,4 +55,5 @@ private:
|
||||
WifiHandler* wifiHandler;
|
||||
char* response_buffer;
|
||||
size_t response_size;
|
||||
size_t response_capacity = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user