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 @@ API 说明
其他 API 均可使用,没有其他限制。
.. note:: HTTPS 服务器的 API 并不是线程安全的。如果需要线程安全,应用层需自行确保在多个任务之间进行适当的同步。
如何使用
---------