docs(http_server): Updated the http_server doc regarding thread safety

Updated the http_server documentation mentioning that, APIs used in
http_server aren't thread safe

Closes https://github.com/espressif/esp-idf/issues/15877
This commit is contained in:
hrushikesh.bhosale
2025-06-02 17:19:24 +05:30
parent 62723f532f
commit 8026e7acc7
4 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ The following APIs of :doc:`esp_http_server` should not be used with :doc:`esp_h
Everything else can be used without limitations.
.. note:: APIs in the HTTPS server are not thread-safe. If thread safety is required, it is the responsibility of the application layer to ensure proper synchronization between multiple tasks.
Usage
-----