mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-08 10:36:06 +00:00
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:
@@ -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
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user