This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Amend HTTP request answering strings #519
Labels
A-router
Area - API routes
C-refactor
Category - Improvement
help wanted
Community contributors are welcome
Currently, we allocate memory from the heap for the response pages, but it will fail when the system out of memory.
We could const char* string for the response pages.
Reference example code https://www.gnu.org/software/libmicrohttpd/tutorial.html#Example-programs
The text was updated successfully, but these errors were encountered: