mirror of
https://github.com/espressif/esp-idf
synced 2025-03-26 01:10:12 -04:00
Added a note to specify that the memory for the response of a custom endpoint should be allocated using the heap, as this memory gets freed by the protocomm layer once it has been passed to the transport layer. Closes https://github.com/espressif/esp-idf/issues/13263