forked from me-no-dev/ESPAsyncWebServer
git went crazy
This commit is contained in:
@@ -224,6 +224,7 @@ bool AsyncWebSocketMessageBuffer::reserve(size_t size)
|
|||||||
_data = nullptr;
|
_data = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_data = new uint8_t[_len + 1];
|
||||||
|
|
||||||
if (_data) {
|
if (_data) {
|
||||||
_data[_len] = 0;
|
_data[_len] = 0;
|
||||||
|
Reference in New Issue
Block a user